Skip to content

Commit

Permalink
Require Node >=18.12 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored Jun 4, 2024
1 parent acf1ac1 commit b690641
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
- run: npm install -g npm@9
- run: npm ci
- run: npm test
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 @@ -6,7 +6,7 @@
"access": "public"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.12.0"
},
"main": "index.js",
"files": [
Expand Down

0 comments on commit b690641

Please sign in to comment.