Skip to content

Commit

Permalink
ci: update publish to npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-bak committed Nov 20, 2023
1 parent a298ea6 commit 260b1aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ jobs:
runs-on: ubuntu-latest
environment: staging
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 18
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 260b1aa

Please sign in to comment.