Skip to content

Commit 71a0179

Browse files
committed
now uses node24
1 parent 56859b0 commit 71a0179

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
group: pages
1515
cancel-in-progress: true
1616

17+
env:
18+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19+
1720
jobs:
1821
build:
1922
runs-on: ubuntu-latest
@@ -22,7 +25,7 @@ jobs:
2225

2326
- uses: actions/setup-node@v4
2427
with:
25-
node-version: '20'
28+
node-version: '22'
2629
cache: 'npm'
2730

2831
# Use the npm version pinned via "packageManager" in package.json

0 commit comments

Comments
 (0)