Skip to content

Commit 4796e63

Browse files
committed
Keep using node 16
1 parent 9f43b8c commit 4796e63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/merge_stage_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: merge_stage_test
2-
2+
env:
3+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
34
on:
45
push:
56
paths-ignore:

.github/workflows/pr_stage_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: pr_stage_test
2-
2+
env:
3+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
34
on:
45
pull_request:
56
paths-ignore:

0 commit comments

Comments
 (0)