Skip to content

Commit

Permalink
ci: update npm-publish.yml to update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored Dec 2, 2023
1 parent 6b4db61 commit e3dfe34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm install -g npm
- run: npm ci
- run: npm test

Expand All @@ -27,6 +28,7 @@ jobs:
with:
node-version: lts/*
registry-url: https://registry.npmjs.org/
- run: npm install -g npm
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit e3dfe34

Please sign in to comment.