Skip to content

Commit 2c4a628

Browse files
committed
chore: support Node.js v18
Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 3a909b0 commit 2c4a628

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
@@ -20,6 +20,7 @@ jobs:
2020
- 14
2121
- 16
2222
- 17
23+
- 18
2324
steps:
2425
- uses: actions/checkout@v2
2526
- 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"
19+
"node": "14 || 16 || 17 || 18"
2020
},
2121
"dependencies": {
2222
"@achrinza/event-pubsub": "5.0.6",

0 commit comments

Comments
 (0)