Skip to content

Commit f7eb5ac

Browse files
authored
ci: Add actions/setup-node to release workflow (#76)
1 parent c37e3bf commit f7eb5ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- uses: pnpm/action-setup@v4
21+
with:
22+
version: 10
23+
- name: Use Node.js 20
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: 20
27+
cache: "pnpm"
2128
- run: pnpm install
2229
- run: pnpm build
2330
- run: pnpm test

0 commit comments

Comments
 (0)