fix(workflow): [semantic-release]: node version >=20.8.1 is required. Found v18.20.5.
This commit is contained in:
parent
f9ae133511
commit
02db3e05bc
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -11,12 +11,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
|
||||||
node-version: '18'
|
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: npm install -g pnpm
|
run: npm install -g pnpm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user