Skip to content

Commit

Permalink
require node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 13, 2023
1 parent 1c27330 commit c92f259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"exports": "./index.js",
"sideEffects": false,
"engines": {
"node": ">=16"
"node": ">=18"
},
"files": [
"./index.js"
Expand Down

0 comments on commit c92f259

Please sign in to comment.