Skip to content

Commit 987a742

Browse files
committed
ci: update actions to support Node24
1 parent d9d6fa0 commit 987a742

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
steps:
5050
# Sets the Node version
5151
- name: Setup Node.js
52-
uses: actions/setup-node@v4
52+
uses: actions/setup-node@v6
5353
with:
54-
node-version: "20.x"
54+
node-version: "24.x"
5555
- name: Check site
5656
uses: jtalk/url-health-check-action@v4
5757
with:

.github/workflows/deploy-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
6060

6161
- name: Setup Node.js
62-
uses: actions/setup-node@v4
62+
uses: actions/setup-node@v6
6363
with:
6464
node-version: "20.x"
6565

0 commit comments

Comments
 (0)