Skip to content

Commit

Permalink
Add support for node 18 (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed May 24, 2022
1 parent ed87104 commit c142d73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-roses-camp.md
@@ -0,0 +1,5 @@
---
'pleasantest': minor
---

Add support for node 18
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v3
- 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": "2.0.0",
"engines": {
"node": "^12.2 || 14 || 16 || 17"
"node": "^12.2 || 14 || 16 || 17 || 18"
},
"files": [
"dist"
Expand Down

0 comments on commit c142d73

Please sign in to comment.