mirror of
https://github.com/actions/setup-node
synced 2024-11-14 17:42:41 +00:00
docs: node version
This commit is contained in:
parent
7c0fdd03f5
commit
f9532b258e
1 changed files with 4 additions and 4 deletions
|
@ -425,7 +425,7 @@ steps:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16.x'
|
||||
node-version: '18.x'
|
||||
corepack: true
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
|
@ -438,7 +438,7 @@ steps:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16.x'
|
||||
node-version: '18.x'
|
||||
corepack: yarn pnpm
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
|
|
Loading…
Reference in a new issue