Skip to content

Commit

Permalink
Breaking: drop Node.js 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 11, 2021
1 parent f763dd7 commit b0add44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
node: [8, 10, 12, 14, 16]
node: [10, 12, 14, 16]
arch: [x86, x64]
runs-on: windows-latest
name: Node ${{ matrix.node }} ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"windows"
],
"engines": {
"node": ">=8"
"node": ">=10"
},
"gypfile": true,
"repository": "vweevers/win-version-info",
Expand Down

0 comments on commit b0add44

Please sign in to comment.