⬇️ downgrade nodejs version in actions runner
This commit is contained in:
parent
ea88c1fa42
commit
4ed220ee03
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -31,8 +31,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 14
|
||||||
cache: "npm"
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: ${{ matrix.build }}
|
- run: ${{ matrix.build }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user