mirror of https://github.com/webpack/webpack.git
ci: update
This commit is contained in:
parent
9767162631
commit
bd13845486
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: lts/*
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn --frozen-lockfile
|
- run: yarn --frozen-lockfile
|
||||||
- run: yarn link --frozen-lockfile || true
|
- run: yarn link --frozen-lockfile || true
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: lts/*
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn --frozen-lockfile
|
- run: yarn --frozen-lockfile
|
||||||
- run: yarn link --frozen-lockfile || true
|
- run: yarn link --frozen-lockfile || true
|
||||||
|
|
@ -92,6 +92,12 @@ jobs:
|
||||||
node-version: [10.x, 20.x]
|
node-version: [10.x, 20.x]
|
||||||
part: [a, b]
|
part: [a, b]
|
||||||
include:
|
include:
|
||||||
|
- os: ubuntu-latest
|
||||||
|
node-version: 21.x
|
||||||
|
part: a
|
||||||
|
- os: ubuntu-latest
|
||||||
|
node-version: 21.x
|
||||||
|
part: b
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
part: a
|
part: a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue