Skip to content

Commit 5270cda

Browse files
committed
chore: support Node.js v19 engine
Signed-off-by: Rifa Achrinza <[email protected]>
1 parent d0cd07c commit 5270cda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- 16
2222
- 17
2323
- 18
24+
- 19
2425
steps:
2526
- uses: actions/checkout@v2
2627
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"engines": {
19-
"node": "14 || 16 || 17 || 18"
19+
"node": "14 || 16 || 17 || 18 || 19"
2020
},
2121
"dependencies": {
2222
"@achrinza/event-pubsub": "5.0.8",

0 commit comments

Comments
 (0)