Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 3, 2024
1 parent 4316f5f commit 44fd2e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Install the latest version of the npm CLI
run: npm install -g npm@latest
- name: Install npm CLI
run: npm install -g npm@9.9.2

- name: Install dependencies and build
run: |
Expand All @@ -31,6 +31,6 @@ jobs:
- name: Publish the package
run: |
npm publish --provenance
npm publish --provenance --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 44fd2e4

Please sign in to comment.