ci: github workflows
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Node.js 16.13.0
|
||||
- name: Setup Node.js 16.17.0
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: "16.13.0"
|
||||
node-version: "16.17.0"
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
|
||||
Reference in New Issue
Block a user