Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Aug 22, 2024
1 parent 6ebb43c commit 14e3d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
node-version: 20.x
registry-url: https://registry.npmjs.org

- run: npm ci

Expand Down

0 comments on commit 14e3d17

Please sign in to comment.