Revert "fix node.js because of v8 bug"

This commit is contained in:
Tobias Koppers 2021-09-14 14:00:28 +02:00 committed by GitHub
parent 3e3b528e54
commit 76bdcbfee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -21,8 +21,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.8.0
cache: "yarn"
node-version: 16.x
cache: 'yarn'
- run: yarn --frozen-lockfile
- uses: actions/cache@v1
with:
@ -37,8 +37,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.8.0
cache: "yarn"
node-version: 16.x
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
- run: yarn link webpack --frozen-lockfile
@ -54,8 +54,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.8.0
cache: "yarn"
node-version: 16.x
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
- run: yarn link webpack --frozen-lockfile
@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 16.8.0]
node-version: [10.x, 16.x]
part: [a, b]
include:
- os: ubuntu-latest
@ -91,7 +91,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
- run: yarn link webpack --frozen-lockfile

View File

@ -8,7 +8,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: "16.8.0"
versionSpec: "^16.0.0"
displayName: "Install Node.js"
- script: |
curl -o- -L https://yarnpkg.com/install.sh | bash
@ -125,10 +125,10 @@ jobs:
node_version: ^12.4.0
part: b
node-16-a:
node_version: 16.8.0
node_version: ^16.0.0
part: a
node-16-b:
node_version: 16.8.0
node_version: ^16.0.0
part: b
steps:
- task: NodeTool@0
@ -189,10 +189,10 @@ jobs:
node_version: ^14.0.0
part: a
node-16-a:
node_version: 16.8.0
node_version: ^16.0.0
part: a
node-16-b:
node_version: 16.8.0
node_version: ^16.0.0
part: b
steps:
- task: NodeTool@0
@ -251,10 +251,10 @@ jobs:
node_version: ^12.4.0
part: b
node-16-a:
node_version: 16.8.0
node_version: ^16.0.0
part: a
node-16-b:
node_version: 16.8.0
node_version: ^16.0.0
part: b
steps:
- task: NodeTool@0