We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d6fa0 commit 987a742Copy full SHA for 987a742
2 files changed
.github/workflows/deploy-application.yml
@@ -49,9 +49,9 @@ jobs:
49
steps:
50
# Sets the Node version
51
- name: Setup Node.js
52
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
53
with:
54
- node-version: "20.x"
+ node-version: "24.x"
55
- name: Check site
56
uses: jtalk/url-health-check-action@v4
57
.github/workflows/deploy-push.yml
@@ -59,7 +59,7 @@ jobs:
59
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
60
61
62
63
64
node-version: "20.x"
65
0 commit comments