Skip to content

Commit

Permalink
feat: support Node 17 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 18, 2023
1 parent 999b69a commit ea8dee9
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: 🧪 Test (Node@${{ matrix.node }})
strategy:
matrix:
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 18.0.0, 18, 19]
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"typescript": "~4.9.4"
},
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || >=18.0.0"
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
}
}

0 comments on commit ea8dee9

Please sign in to comment.