We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56859b0 commit 71a0179Copy full SHA for 71a0179
1 file changed
.github/workflows/deploy.yml
@@ -14,6 +14,9 @@ concurrency:
14
group: pages
15
cancel-in-progress: true
16
17
+env:
18
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19
+
20
jobs:
21
build:
22
runs-on: ubuntu-latest
@@ -22,7 +25,7 @@ jobs:
25
23
26
- uses: actions/setup-node@v4
24
27
with:
- node-version: '20'
28
+ node-version: '22'
29
cache: 'npm'
30
31
# Use the npm version pinned via "packageManager" in package.json
0 commit comments