Skip to content

Commit e7e3c5f

Browse files
ci: update GitHub template files
1 parent 566344e commit e7e3c5f

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.github/workflows/format.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
permissions:
77
contents: read
88

9+
env:
10+
NODE_VERSION: 24.10.0
11+
912
jobs:
1013
autofix:
1114
runs-on: ubuntu-latest
@@ -16,9 +19,9 @@ jobs:
1619
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1720

1821
- name: Setup Node
19-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
22+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2023
with:
21-
node-version: 22.19.0
24+
node-version: ${{ env.NODE_VERSION }}
2225
cache: "pnpm"
2326

2427
- name: Install Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
1313
"devDependencies": {
1414
"@trivago/prettier-plugin-sort-imports": "5.2.2",
15-
"prettier": "3.6.2",
15+
"prettier": "3.5.3",
1616
"prettier-plugin-astro": "0.14.1"
1717
},
1818
"packageManager": "pnpm@10.10.0"

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)