Skip to content

Commit

Permalink
Keep using node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOCHENYE committed Jul 18, 2024
1 parent 9f43b8c commit 4796e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: merge_stage_test

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
on:
push:
paths-ignore:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: pr_stage_test

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
on:
pull_request:
paths-ignore:
Expand Down

0 comments on commit 4796e63

Please sign in to comment.