1
0
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:
Flam3rboy 2021-07-11 09:26:35 +02:00
parent ea88c1fa42
commit 4ed220ee03

View File

@ -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 }}