Skip to content

Commit

Permalink
upgrade "engines.node" restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed May 28, 2021
1 parent a0541d0 commit ccff5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: { push: { branches: [ master ] }, pull_request: { branches: [ master ] } }
jobs:
lib:
if: github.event_name == 'push'
strategy: { matrix: { os: [ ubuntu-20.04, windows-2019, macos-10.15 ], node: [ 10, 12, 14, 15 ] }, fail-fast: false }
strategy: { matrix: { os: [ ubuntu-20.04, windows-2019, macos-10.15 ], node: [ 12, 14, 15, 16 ] }, fail-fast: false }
runs-on: ${{ matrix.os }}
steps:
- { uses: actions/setup-node@v1, 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 @@ -16,7 +16,7 @@
"store"
],
"engines": {
"node": ">=10 <11 || >=12 <13 || >=14"
"node": ">=12.0.0"
},
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit ccff5e6

Please sign in to comment.