Skip to content

Commit 03f2aad

Browse files
committedJul 11, 2023
ci:修复ci node环境
1 parent 38720ca commit 03f2aad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

Diff for: ‎.github/workflows/build_ios_app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: 2.7.5

Diff for: ‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: yarn install

Diff for: ‎.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16
16+
node-version: 18
1717

1818
- run: yarn install
1919
- run: npm run build

0 commit comments

Comments
 (0)
Please sign in to comment.