Skip to content

Commit 18a1011

Browse files
committed
build: support Node.js 18.x
1 parent 78d1acd commit 18a1011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- Node.js 15.x
3131
- Node.js 16.x
3232
- Node.js 17.x
33+
- Node.js 18.x
3334

3435
include:
3536
- name: Node.js 0.8
@@ -107,6 +108,9 @@ jobs:
107108
- name: Node.js 17.x
108109
node-version: "17.9"
109110

111+
- name: Node.js 18.x
112+
node-version: "18.0"
113+
110114
steps:
111115
- uses: actions/checkout@v2
112116

0 commit comments

Comments
 (0)