Skip to content

Commit 2d181ca

Browse files
authored
fix: don't setup node in publish.yml (#758)
1 parent 370ad81 commit 2d181ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
21-
- uses: pnpm/action-setup@v4
22-
- uses: actions/setup-node@v6
23-
with:
24-
node-version-file: package.json
25-
registry-url: "https://registry.npmjs.org"
26-
cache: "pnpm"
2721
- name: Get version
2822
id: get-version
2923
shell: bash

0 commit comments

Comments
 (0)