Skip to content

Commit

Permalink
chore: deprecate node 8 and 10 (#351)
Browse files Browse the repository at this point in the history
* chore: deprecate node 8 and 10

* set engine to node 12+
  • Loading branch information
jbolda committed Aug 22, 2020
1 parent 59a4c1a commit c682a1c
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-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['10.x', '12.10.x']
node-version: ['12', '14']
platform: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/index.js",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=8.10.0"
"node": ">=12.0.0"
},
"dependencies": {
"@microstates/react": "0.12.0",
Expand Down

0 comments on commit c682a1c

Please sign in to comment.