Skip to content

Commit 9dae6ed

Browse files
Mert Can Altinjonchurch
Mert Can Altin
authored andcommitted
add support Node.js@22 in the CI
1 parent b44191e commit 9dae6ed

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
@@ -49,6 +49,7 @@ jobs:
4949
- Node.js 19.x
5050
- Node.js 20.x
5151
- Node.js 21.x
52+
- Node.js 22.x
5253

5354
include:
5455
- name: Node.js 0.10
@@ -134,6 +135,9 @@ jobs:
134135

135136
- name: Node.js 21.x
136137
node-version: "21.6"
138+
139+
- name: Node.js 22.x
140+
node-version: "22.0"
137141

138142
steps:
139143
- uses: actions/checkout@v4

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ environment:
2323
- nodejs_version: "19.9"
2424
- nodejs_version: "20.11"
2525
- nodejs_version: "21.6"
26+
- nodejs_version: "22.0"
2627
cache:
2728
- node_modules
2829
install:

0 commit comments

Comments
 (0)