Skip to content

Commit 10475ef

Browse files
paulmillrlegobeat
andauthored
Update .github/workflows/publish-npm.yml
Co-authored-by: legobeat <[email protected]>
1 parent da12cf7 commit 10475ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 20
1616
registry-url: 'https://registry.npmjs.org'
1717
cache: npm
18-
- run: npm install -g npm
18+
- run: npm install -g npm@9.x
1919
- run: npm ci
2020
- run: npm run build
2121
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)