Skip to content

Commit 3f07e2b

Browse files
authored
chore: update project to use Node.js v22 LTS (#168)
1 parent f2fbf85 commit 3f07e2b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: 'npm'
2323
- name: Install dependencies
2424
run: npm ci
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 20
36+
node-version: 22
3737
cache: 'npm'
3838
- name: Install dependencies
3939
run: npm ci
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Node.js
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: 20
55+
node-version: 22
5656
cache: 'npm'
5757
- name: Install dependencies
5858
run: npm ci
@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up Node.js
7070
uses: actions/setup-node@v4
7171
with:
72-
node-version: 20
72+
node-version: 22
7373
cache: 'npm'
7474
- name: Install dependencies
7575
run: npm ci

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
cache: 'npm'
2222
- name: Install dependencies
2323
run: npm ci

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 22
3333
cache: 'npm'
3434
- name: Install dependencies
3535
run: npm ci

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

0 commit comments

Comments
 (0)