We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44191e commit 9dae6edCopy full SHA for 9dae6ed
.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
49
- Node.js 19.x
50
- Node.js 20.x
51
- Node.js 21.x
52
+ - Node.js 22.x
53
54
include:
55
- name: Node.js 0.10
@@ -134,6 +135,9 @@ jobs:
134
135
136
- name: Node.js 21.x
137
node-version: "21.6"
138
+
139
+ - name: Node.js 22.x
140
+ node-version: "22.0"
141
142
steps:
143
- uses: actions/checkout@v4
appveyor.yml
@@ -23,6 +23,7 @@ environment:
23
- nodejs_version: "19.9"
24
- nodejs_version: "20.11"
25
- nodejs_version: "21.6"
26
+ - nodejs_version: "22.0"
27
cache:
28
- node_modules
29
install:
0 commit comments