Skip to content

Commit d961d65

Browse files
committed
build: support Node.js 18.x
1 parent 11a209e commit d961d65

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+4
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.10
@@ -102,6 +103,9 @@ jobs:
102103
- name: Node.js 17.x
103104
node-version: "17.9"
104105

106+
- name: Node.js 18.x
107+
node-version: "18.0"
108+
105109
steps:
106110
- uses: actions/checkout@v2
107111

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ environment:
1919
- nodejs_version: "15.14"
2020
- nodejs_version: "16.14"
2121
- nodejs_version: "17.9"
22+
- nodejs_version: "18.0"
2223
cache:
2324
- node_modules
2425
install:

0 commit comments

Comments
 (0)