Skip to content

Commit 42829da

Browse files
committed
Format file
1 parent bba376d commit 42829da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: "lts/*"
20+
node-version: 'lts/*'
2121
- run: npm pkg delete scripts devDependencies packageManager c8
2222
- run: |
2323
node --version

0 commit comments

Comments
 (0)