Skip to content

Commit

Permalink
require node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 19, 2022
1 parent 20f842b commit c40d18f
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 @@ -7,12 +7,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node: ['10', '12', '14']
node: ['14', '16', '18']

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: make deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "make test"
},
"engines": {
"node": ">=10"
"node": ">=14"
},
"files": [
"index.js",
Expand Down

0 comments on commit c40d18f

Please # to comment.