Skip to content

Commit

Permalink
chore: add registry url so that the action does create the token hand…
Browse files Browse the repository at this point in the history
…ling (#30)

Co-authored-by: Manuel Schmidt <[email protected]>
  • Loading branch information
Kr0san89 and Manuel Schmidt authored Aug 26, 2023
1 parent bf3c40b commit 625f9d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: "https://registry.npmjs.org"

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 625f9d2

Please sign in to comment.