mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 07:03:00 +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 }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: ['18.18.2', '20.12.0']
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
name: Install pnpm
|
||||
|
Loading…
x
Reference in New Issue
Block a user