Skip to content

Commit ed845f3

Browse files
committed
is NPM up-to-date?
1 parent 38b8df3 commit ed845f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Build project
2727
run: pnpm run --recursive build
2828

29+
- name: Update NPM to latest version
30+
run: npm install -g npm@latest
31+
2932
- name: Create Release Pull Request or Publish to npm
3033
id: changesets
3134
uses: changesets/action@v1

0 commit comments

Comments
 (0)