Skip to content

Commit c2220af

Browse files
committed
Bump node.js to version 22.
Some modules complained on version 20. Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 45eac80 commit c2220af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
- name: Cache dependencies
2121
uses: actions/cache@v3
2222
with:

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 20
25+
node-version: 22
2626

2727
- name: Cache dependencies
2828
uses: actions/cache@v3

.github/workflows/build_and_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 20
23+
node-version: 22
2424

2525
- name: Cache dependencies
2626
uses: actions/cache@v3

0 commit comments

Comments
 (0)