Skip to content

Commit d83f32b

Browse files
authored
Add support for node 19 (#650)
1 parent 3e8a895 commit d83f32b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/giant-days-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pleasantest': minor
3+
---
4+
5+
Add support for node 19

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x, 18.x]
14+
node-version: [14.x, 16.x, 18.x, 19.x]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pleasantest",
33
"version": "3.0.1",
44
"engines": {
5-
"node": "^14.18.0 || 16 || 18"
5+
"node": "^14.18.0 || 16 || 18 || 19"
66
},
77
"files": [
88
"dist"

0 commit comments

Comments
 (0)