Skip to content

Commit

Permalink
Upgrade supported and tested engines
Browse files Browse the repository at this point in the history
  • Loading branch information
istr committed Sep 29, 2024
1 parent e25e2bb commit 1b0100f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
version: [14, 16, 18, 19]
version: [18, 20, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"bundle",
"browser"
],
"engines": {
"node": ">=18.20.4"
},
"scripts": {
"lint": "npx eslint index.js",
"mocha": "npx mocha",
Expand Down

0 comments on commit 1b0100f

Please sign in to comment.