Skip to content

Commit 53520a2

Browse files
committed
Fix actions to use node24
1 parent 129c0be commit 53520a2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/deploy-web.yml

Lines changed: 3 additions & 0 deletions
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

.github/workflows/on_push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: Build Re:VIEW to make distribution file
22
# The workflow is triggered on pushes to the repository.
33
on: [push]
44

5+
env:
6+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
7+
58
jobs:
69
build:
7-
name:
10+
name:
811
runs-on: ubuntu-latest
912
steps:
1013
# uses v2 Stable version

0 commit comments

Comments
 (0)