Skip to content

Commit

Permalink
Chore: Sync engines changes with #23; add CI to reflect #23
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 22, 2021
1 parent 0150a9b commit 9277599
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.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 12.x, 10.x]
node: [16.x, 14.x, 12.x, "12.22.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"lib"
],
"engines": {
"node": ">=12"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"c8": "^7.7.3",
Expand Down

0 comments on commit 9277599

Please sign in to comment.