mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-20 13:22:35 +08:00
Try older node version
This commit is contained in:
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set Node.js 14.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 12.x
|
||||
- run: npm install -g npm@latest
|
||||
|
||||
- name: npm install
|
||||
|
||||
Reference in New Issue
Block a user