Skip to content

Commit

Permalink
Add package-lock.json and update CI workflow actions back to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 13, 2024
1 parent f11a17a commit c3c4f62
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
# - '0.8'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down
311 changes: 311 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3c4f62

Please sign in to comment.