Skip to content

Commit

Permalink
Breaking: require node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zörb committed May 14, 2020
1 parent ace0d5b commit 08a5237
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 @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
# switch to `8` when https://github.com/actions/setup-node/issues/27 is fixed
node: [8.16.1, 10, 12]
node: [10, 12]
os: [ubuntu-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 @@ -56,6 +56,6 @@
}
},
"engines": {
"node": ">=8.6"
"node": ">=10"
}
}

0 comments on commit 08a5237

Please sign in to comment.