Skip to content

Commit

Permalink
chore: add Node 20 to CI and package.json (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Oct 9, 2023
1 parent 2aecdfa commit 7a85333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
nodejs: ['12', '14', '16', '18']
nodejs: ['12', '14', '16', '18', '20']
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prepare": "npm run build:browser"
},
"engines": {
"node": ">=12.10 <19",
"node": ">=12.10 <=20",
"npm": ">=7.0 <10"
},
"license": "Apache-2.0"
Expand Down

0 comments on commit 7a85333

Please sign in to comment.