Skip to content

Commit 0b60a51

Browse files
committed
chore: update GitHub Actions workflow — install latest npm version before running tests and publishing
1 parent 07f25e1 commit 0b60a51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
node-version: "20.x"
1717
registry-url: "https://registry.npmjs.org"
18+
- run: npm install -g npm@latest
1819
- run: npm ci
1920
- run: npm test
2021
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)