mirror of https://github.com/webpack/webpack.git
ci: use LTS for basic testing
This commit is contained in:
parent
f8a8ab6850
commit
ebe73c290b
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17.x
|
||||
node-version: 16.x
|
||||
cache: "yarn"
|
||||
- run: yarn --frozen-lockfile --ignore-engines
|
||||
- uses: actions/cache@v3
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17.x
|
||||
node-version: 16.x
|
||||
cache: "yarn"
|
||||
- run: yarn --frozen-lockfile --ignore-engines
|
||||
- run: yarn link --frozen-lockfile || true
|
||||
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17.x
|
||||
node-version: 16.x
|
||||
cache: "yarn"
|
||||
- run: yarn --frozen-lockfile --ignore-engines
|
||||
- run: yarn link --frozen-lockfile || true
|
||||
|
|
|
|||
Loading…
Reference in New Issue