mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
⬇️ 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/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
cache: "npm"
|
||||
node-version: 14
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: ${{ matrix.build }}
|
||||
|
Loading…
Reference in New Issue
Block a user