Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphckrman authored Nov 11, 2024
1 parent 397f8a8 commit 5053495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Build
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Publish package
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_TOKEN }}

0 comments on commit 5053495

Please sign in to comment.