Skip to content

Commit d0acdad

Browse files
committed
chore(release): ensure latest npm version installed
may affect currently publishing failures
1 parent 039b28e commit d0acdad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 22
27+
- name: Install latest NPM
28+
run: |
29+
npm --version
30+
npm install -g npm@latest
31+
npm --version
2732
- name: Yarn Install
2833
uses: nick-fields/retry@v3
2934
with:

0 commit comments

Comments
 (0)