From da3133264119106e60ae73094befa0e41fecec9d Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 29 Jan 2021 06:04:45 -0800 Subject: [PATCH] chore: use Node.js version 15 (#4887) --- .github/workflows/labeler.yml | 8 ++++---- .github/workflows/nodejs.yml | 7 ++++--- .github/workflows/publish.yml | 2 +- .nvmrc | 2 +- package.json | 2 +- website/.nvmrc | 2 +- yarn.lock | 8 ++++---- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 628c7d9c..0cac4afe 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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 }}' diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7917163e..cd46afb0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d2c0a3fb..f51c7b89 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [15.x] steps: - uses: actions/checkout@v2 diff --git a/.nvmrc b/.nvmrc index 48082f72..60d3b2f4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12 +15 diff --git a/package.json b/package.json index 989bf666..6890a1e5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/website/.nvmrc b/website/.nvmrc index 48082f72..60d3b2f4 100644 --- a/website/.nvmrc +++ b/website/.nvmrc @@ -1 +1 @@ -12 +15 diff --git a/yarn.lock b/yarn.lock index b3aa0ec0..a2ed5b07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"