chore: use Node.js version 15 (#4887)

This commit is contained in:
Erez Rokah 2021-01-29 06:04:45 -08:00 committed by GitHub
parent 3014b66d62
commit da31332641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 15 deletions

View File

@ -8,22 +8,22 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
steps:
- uses: erezrokah/pr-labeler-action@v1.0.0
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'fix')
with:
token: '${{ secrets.GITHUB_TOKEN }}'
label: 'type: bug'
- uses: erezrokah/pr-labeler-action@v1.0.0
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'chore')
with:
token: '${{ secrets.GITHUB_TOKEN }}'
label: 'type: chore'
- uses: erezrokah/pr-labeler-action@v1.0.0
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'feat')
with:
token: '${{ secrets.GITHUB_TOKEN }}'
label: 'type: feature'
- uses: erezrokah/pr-labeler-action@v1.0.0
- uses: netlify/pr-labeler-action@v1.0.0
if: startsWith(github.event.pull_request.title, 'security')
with:
token: '${{ secrets.GITHUB_TOKEN }}'

View File

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [12.x]
node-version: [15.x]
steps:
- uses: actions/checkout@v2
@ -66,7 +66,8 @@ jobs:
strategy:
matrix:
machine: [1, 2, 3, 4, 5, 6, 7, 8]
node-version: [12.x]
node-version: [15.x]
fail-fast: false
steps:
- uses: actions/checkout@v2
@ -107,7 +108,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [15.x]
steps:
- uses: actions/checkout@v2

View File

@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [15.x]
steps:
- uses: actions/checkout@v2

2
.nvmrc
View File

@ -1 +1 @@
12
15

View File

@ -121,7 +121,7 @@
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^7.0.0",
"css-loader": "^3.0.0",
"cypress": "^6.0.0",
"cypress": "6.2.1",
"cypress-file-upload": "^5.0.0",
"cypress-image-snapshot": "^4.0.0",
"cypress-jest-adapter": "^0.1.1",

View File

@ -1 +1 @@
12
15

View File

@ -6775,10 +6775,10 @@ cypress-plugin-tab@^1.0.0:
dependencies:
ally.js "^1.4.1"
cypress@^6.0.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.3.0.tgz#e27bba01d7e493265700e1e85333dca0b0127ede"
integrity sha512-Ec6TAFOxdSB2HPINNJ1f7z75pENXcfCaQkz+A9j0eGSvusFJ2NNErq650DexCbNJAnCQkPqXB4XPH9kXnSQnUA==
cypress@6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.2.1.tgz#27d5fbcf008c698c390fdb0c03441804176d06c4"
integrity sha512-OYkSgzA4J4Q7eMjZvNf5qWpBLR4RXrkqjL3UZ1UzGGLAskO0nFTi/RomNTG6TKvL3Zp4tw4zFY1gp5MtmkCZrA==
dependencies:
"@cypress/listr-verbose-renderer" "^0.4.1"
"@cypress/request" "^2.88.5"