Skip to content

Commit

Permalink
Merge pull request #68 from szepeviktor/patch-3
Browse files Browse the repository at this point in the history
Run CI on Nodejs 21
  • Loading branch information
adamlaki authored Nov 24, 2024
2 parents 74228ea + f2302a8 commit ae13128
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: '21.x'
-
name: Install dependencies
run: npm ci
Expand Down
33 changes: 30 additions & 3 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 ae13128

Please sign in to comment.