mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +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
|
||||
uses: pnpm/action-setup@v2
|
||||
|
||||
- name: Set node version to 16
|
||||
- name: Set node version to 18
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
cache: 'pnpm'
|
||||
|
||||
- run: pnpm bootstrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user