mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
update: 更新workflow配置,手动指定node版本
This commit is contained in:
parent
4e14f6a02d
commit
43df660ab6
2
.github/workflows/push-build.yaml
vendored
2
.github/workflows/push-build.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Install Node.js ${{ matrix.node-version }}
|
- name: Install Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ['18.18.2', '20.12.0']
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user