1 parent 129c0be commit 53520a2Copy full SHA for 53520a2
2 files changed
.github/workflows/deploy-web.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
.github/workflows/on_push.yml
@@ -2,9 +2,12 @@ name: Build Re:VIEW to make distribution file
2
# The workflow is triggered on pushes to the repository.
3
on: [push]
4
5
6
7
8
9
- name:
10
+ name:
11
12
steps:
13
# uses v2 Stable version
0 commit comments