Skip to content

Commit 2f7b4ea

Browse files
committed
fix: upgrade setup-node to remove Update npm
1 parent b19bfb2 commit 2f7b4ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
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: lts/*
124+
node-version: '*'
125125
- id: pnpm-cache-path
126126
run: |
127127
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
@@ -138,8 +138,6 @@ jobs:
138138
run: pnpm build
139139
- name: Docs
140140
run: pnpm typedoc
141-
- name: Update npm
142-
run: npm install -g npm@latest
143141
- name: Release
144142
if: github.ref_name == 'main'
145143
run: npx semantic-release

0 commit comments

Comments
 (0)