Skip to content

Commit 2b1a3cd

Browse files
committed
fix: revert "fix: upgrade setup-node to remove Update npm"
1 parent b0a98d0 commit 2b1a3cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- id: setup-node
122122
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
123123
with:
124-
node-version: '*'
124+
node-version: lts/*
125125
- id: pnpm-cache-path
126126
run: |
127127
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
@@ -138,6 +138,8 @@ jobs:
138138
run: pnpm build
139139
- name: Docs
140140
run: pnpm typedoc
141+
- name: Update npm
142+
run: npm install -g npm@latest
141143
- name: Release
142144
if: github.ref_name == 'main'
143145
run: npx semantic-release

0 commit comments

Comments
 (0)