Skip to content

Commit

Permalink
Add support for node 19 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed Jan 30, 2023
1 parent 3e8a895 commit d83f32b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-days-beg.md
@@ -0,0 +1,5 @@
---
'pleasantest': minor
---

Add support for node 19
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: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "pleasantest",
"version": "3.0.1",
"engines": {
"node": "^14.18.0 || 16 || 18"
"node": "^14.18.0 || 16 || 18 || 19"
},
"files": [
"dist"
Expand Down

0 comments on commit d83f32b

Please sign in to comment.