Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 158a170

Browse files
committedApr 21, 2022
build: support Node.js 18.x
1 parent 29ea1b2 commit 158a170

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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.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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.