Skip to content

Commit 116004b

Browse files
committed
chore: prettier manual lint on CI yaml
1 parent df26a31 commit 116004b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '22'
20-
cache: 'npm'
19+
node-version: "22"
20+
cache: "npm"
2121

2222
- run: npm ci
2323
- run: npm run check
@@ -31,8 +31,8 @@ jobs:
3131

3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: '22'
35-
cache: 'npm'
34+
node-version: "22"
35+
cache: "npm"
3636

3737
- run: npm ci
3838
- run: npm run build

0 commit comments

Comments
 (0)