Skip to content

Commit

Permalink
Add support for Node 17 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed Jan 5, 2022
1 parent 81b2aeb commit 4bdfb5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-pets-wink.md
@@ -0,0 +1,5 @@
---
'pleasantest': minor
---

Add support for Node 17
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "pleasantest",
"version": "1.4.0",
"engines": {
"node": "^12.2 || 14 || 16"
"node": "^12.2 || 14 || 16 || 17"
},
"files": [
"dist"
Expand Down

0 comments on commit 4bdfb5b

Please sign in to comment.