Skip to content

Commit

Permalink
chore: add node 22 and 23 to ci, drop npm and nodejs upper version co…
Browse files Browse the repository at this point in the history
…nstraints (#9)
  • Loading branch information
seemk authored Oct 23, 2024
1 parent e76ace6 commit 91fa5bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
nodejs: ['12', '14', '16', '18', '20', '21']
nodejs: ['12', '14', '16', '18', '20', '21', '22', '23']
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"prepare": "npm run build:browser"
},
"engines": {
"node": ">=12.10 <=21",
"npm": ">=7.0 <10"
"node": ">=12.10",
"npm": ">=7.0"
},
"license": "Apache-2.0"
}

0 comments on commit 91fa5bc

Please sign in to comment.