Skip to content

Commit 64925a9

Browse files
committed
ci: prettier fix
1 parent 973bc01 commit 64925a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 20
2020
cache: npm
2121
registry-url: https://registry.npmjs.org
22-
- run: npm install -g npm@latest # trusted publishing requires npm >= 11.5.1
22+
- run: npm install -g npm@latest # trusted publishing requires npm >= 11.5.1
2323
- run: npm ci
2424
- run: npm run lint && npm run typecheck && npm test && npm run build
2525
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)