Skip to content

Commit be25ca8

Browse files
committed
build: support Node.js 18.x
1 parent 3267a54 commit be25ca8

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
@@ -31,6 +31,7 @@ jobs:
3131
- Node.js 15.x
3232
- Node.js 16.x
3333
- Node.js 17.x
34+
- Node.js 18.x
3435

3536
include:
3637
- name: Node.js 0.8
@@ -112,6 +113,9 @@ jobs:
112113
- name: Node.js 17.x
113114
node-version: "17.9"
114115

116+
- name: Node.js 18.x
117+
node-version: "18.2"
118+
115119
steps:
116120
- uses: actions/checkout@v2
117121

0 commit comments

Comments
 (0)