Skip to content

Commit

Permalink
require node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Sep 18, 2020
1 parent b66a939 commit 38cebfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
node: ['10', '12', '14']
node: ['12', '14']

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "BSD-2-Clause",
"bin": "./updates",
"engines": {
"node": ">=10"
"node": ">=12"
},
"scripts": {
"test": "make test"
Expand Down

0 comments on commit 38cebfe

Please sign in to comment.