mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 08:05:29 +00:00
⬇️ downgrade nodejs version in actions runner
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user