Skip to content

Commit f4356c0

Browse files
authoredDec 30, 2023
chore: Run prettier on CI (#5241)
* Add test:format to CI scripts, add prettier-plugin-svelte * Run prettier * Use prettier v4 alpha * Mark test:format as root script * Try bumping node version
1 parent 5189d74 commit f4356c0

File tree

83 files changed

+551
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+551
-286
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
version: 8
2828
- name: Setup Node
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version-file: .nvmrc
3232
cache: pnpm

‎.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
version: 8
2727
- name: Setup Node
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version-file: .nvmrc
3131
cache: pnpm

0 commit comments

Comments
 (0)
Please sign in to comment.