Skip to content

Commit 2138678

Browse files
committed
fix: update node version and streamline pnpm setup in release workflow
1 parent 908d773 commit 2138678

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- uses: pnpm/action-setup@v4
19-
with:
20-
version: 11.3.0
21-
run_install: false
22-
2318
- uses: actions/setup-node@v4
2419
with:
25-
node-version: lts/*
20+
node-version: 22
2621
cache: pnpm
2722

28-
- run: pnpm install
23+
- uses: pnpm/action-setup@v4
24+
with:
25+
run_install: false
26+
27+
- run: pnpm install --frozen-lockfile
2928

3029
- run: pnpm build
3130

0 commit comments

Comments
 (0)