Skip to content

Commit 7d97c45

Browse files
committed
ci: use setup-node action
1 parent 5ddc7a7 commit 7d97c45

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Setup Node.js
21-
uses: actions/setup-node@v4
22-
with:
23-
node-version: 20
24-
cache: pnpm
25-
26-
- name: Install Dependencies
27-
run: pnpm install
20+
- name: Setup
21+
uses: ./.github/actions/setup-node
2822

2923
- name: Create Release Pull Request or Publish to npm
3024
id: changesets

0 commit comments

Comments
 (0)