Skip to content

Commit 32a9cd6

Browse files
authored
Upgrade node from v20 to v24. (#379)
As mentioned in #366, github basically forces us to do so. The intermediate step to v22 may not be that insightful, so we may go to v24 directly. Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent f8cf209 commit 32a9cd6

4 files changed

Lines changed: 4 additions & 4 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: 24
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: 24
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: 24
2424

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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v24

0 commit comments

Comments
 (0)