Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 5, 2024
1 parent 8783b66 commit b6e96c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
shell: bash
run: npm ci

0 comments on commit b6e96c8

Please sign in to comment.