Skip to content

Commit d456404

Browse files
authored
Update deprecated node version
1 parent 791fd91 commit d456404

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '18'
19+
node-version: '22'
2020

2121
- name: Install dependencies
2222
run: npm ci

.github/workflows/format-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '18'
19+
node-version: '22'
2020

2121
- name: Install dependencies
2222
run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18.x'
22+
node-version: '22.x'
2323

2424
- name: Install dependencies
2525
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '18'
16+
node-version: '22'
1717

1818
- name: Install dependencies
1919
run: npm ci

0 commit comments

Comments
 (0)