Skip to content

Commit 2b614a5

Browse files
shijiashuaiqwencoder
andcommitted
ci: fix workflow Node.js 20 deprecation warnings and enable GitHub Pages
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 1b18cfc commit 2b614a5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy.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: false
1616

17+
env:
18+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19+
1720
jobs:
1821
build:
1922
runs-on: ubuntu-latest

.github/workflows/quality-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ main, master ]
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
validate:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)