Skip to content

Commit d11021c

Browse files
author
JoelCDL
committed
Upgrade publish and test workflows to use node 22
1 parent fbb5f09 commit d11021c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20.x'
24+
node-version: '22.x'
2525
cache: 'npm'
2626
- name: Set Font Awesome token and dry run installation
2727
run: |

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: '20.x'
13+
node-version: '22.x'
1414
cache: 'npm'
1515
- name: Set Font Awesome token and dry run installation
1616
run: |
@@ -36,7 +36,7 @@ jobs:
3636
- name: Use Node.js
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: '20.x'
39+
node-version: '22.x'
4040
cache: 'npm'
4141
- name: Install dependencies
4242
run: npm ci
@@ -57,7 +57,7 @@ jobs:
5757
- name: Use Node.js
5858
uses: actions/setup-node@v4
5959
with:
60-
node-version: '20.x'
60+
node-version: '22.x'
6161
cache: 'npm'
6262
- name: Install dependencies
6363
run: npm ci

0 commit comments

Comments
 (0)