We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a209e commit d961d65Copy full SHA for d961d65
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
- Node.js 15.x
31
- Node.js 16.x
32
- Node.js 17.x
33
+ - Node.js 18.x
34
35
include:
36
- name: Node.js 0.10
@@ -102,6 +103,9 @@ jobs:
102
103
- name: Node.js 17.x
104
node-version: "17.9"
105
106
+ - name: Node.js 18.x
107
+ node-version: "18.0"
108
+
109
steps:
110
- uses: actions/checkout@v2
111
appveyor.yml
@@ -19,6 +19,7 @@ environment:
19
- nodejs_version: "15.14"
20
- nodejs_version: "16.14"
21
- nodejs_version: "17.9"
22
+ - nodejs_version: "18.0"
23
cache:
24
- node_modules
25
install:
0 commit comments