mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
chore: 更新github action node 版本
This commit is contained in:
parent
7a9e5ca6f6
commit
9174e775ae
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
|||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
- name: Set node version to 16
|
- name: Set node version to 18
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 18
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- run: pnpm bootstrap
|
- run: pnpm bootstrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user