Skip to content

Commit ad17da6

Browse files
ci: update GitHub template files
1 parent 34883ea commit ad17da6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/format.yaml

Lines changed: 4 additions & 1 deletion
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
@@ -18,7 +21,7 @@ jobs:
1821
- name: Setup Node
1922
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2023
with:
21-
node-version: 20.19.5
24+
node-version: ${{ env.NODE_VERSION }}
2225
cache: "pnpm"
2326

2427
- name: Install Dependencies

0 commit comments

Comments
 (0)