Update to 14.6.0 for node
This commit is contained in:
parent
ed74e0c53a
commit
a55e2ea5b1
2 changed files with 9 additions and 9 deletions
16
.github/workflows/full_build.yml
vendored
16
.github/workflows/full_build.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
ruby: [2.6.6]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
ruby: [2.6.6]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
ruby: [2.6.6]
|
||||
needs: ['install_gems']
|
||||
steps:
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
ruby: [2.6.6]
|
||||
needs: ['install_gems', 'install_yarn']
|
||||
steps:
|
||||
|
@ -121,7 +121,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Node.js environment
|
||||
|
@ -140,7 +140,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
needs: ['install_yarn']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -162,7 +162,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
ruby: [2.6.6]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -207,7 +207,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node: [13.14]
|
||||
node: [14.6.0]
|
||||
ruby: [2.6.6]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1,2 +1,2 @@
|
|||
13.14
|
||||
14.6.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue