Skip to content

Commit

Permalink
📦 Switching registry
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Feb 26, 2024
1 parent 9d253c6 commit b82b487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js v18
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: x.18
node-version: x.20
cache: 'npm'

- name: Run lint and check
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
run: |
npm publish --tag=pre
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit b82b487

Please sign in to comment.