upgrade directly to node 14
no one is going to wait days for CICD checks to pass
This commit is contained in:
parent
909b81c4ba
commit
6b50d4e7b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
name: 'build'
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x]
|
||||
node-version: [14.x]
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
|
|
Loading…
Reference in a new issue