Skip to content

Commit 4a90878

Browse files
committed
👷 Set node-version to ">= 21" in release.yaml
1 parent 60c757e commit 4a90878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: actions/setup-node@v4
4242
with:
4343
cache: pnpm
44+
node-version: ">= 21"
4445
registry-url: https://registry.npmjs.org/
4546
- name: Install dependencies
4647
run: pnpm install
@@ -74,6 +75,7 @@ jobs:
7475
uses: actions/setup-node@v4
7576
with:
7677
cache: pnpm
78+
node-version: ">= 21"
7779
registry-url: https://registry.npmjs.org/
7880
- name: Install dependencies
7981
run: pnpm install

0 commit comments

Comments
 (0)