Skip to content

Commit

Permalink
Require Node >=18.12 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored Oct 26, 2023
1 parent 2abdd76 commit fa8faea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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
with:
node-version: 16
node-version: 18
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": ">=18.12.0",
"npm": ">=9.0.0"
},
"main": "index.js",
"author": "Kensho Technologies, LLC.",
Expand Down

0 comments on commit fa8faea

Please sign in to comment.