Skip to content

Commit

Permalink
Require Node >=20.9 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored Nov 27, 2024
1 parent 0c27d42 commit 8a0b95d
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: npm
- run: npm ci
- run: npm test
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 @@ -6,8 +6,8 @@
"access": "public"
},
"engines": {
"node": ">=16.13.0",
"npm": ">=8.0.0"
"node": ">=20.9.0",
"npm": ">=10.0.0"
},
"main": "tsconfig.json",
"tsconfig": "tsconfig.json",
Expand Down

0 comments on commit 8a0b95d

Please sign in to comment.