Skip to content

Commit

Permalink
Require Node >=16
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed Mar 16, 2023
1 parent a0b4882 commit 52167c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: npm
- run: npm install -g npm@8
- run: npm ci
- run: npm test
3 changes: 2 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"access": "public"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.13.0",
"npm": ">=8.0.0"
},
"main": "tsconfig.json",
"tsconfig": "tsconfig.json",
Expand Down

0 comments on commit 52167c5

Please sign in to comment.