File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ permissions:
12
12
contents : read
13
13
14
14
env :
15
- pnpm-version : 10.2.1
16
- node-version : 23
15
+ PNPM_VERSION : 10.2.1
17
16
18
17
jobs :
19
18
ci :
@@ -23,11 +22,12 @@ jobs:
23
22
24
23
- uses : pnpm/action-setup@v2
25
24
with :
26
- version : ${{ env.pnpm-version }}
25
+ version : ${{ env.PNPM_VERSION }}
27
26
28
27
- uses : actions/setup-node@v4
29
28
with :
30
- node-version : ${{ env.node-version }}
29
+ node-version-file : .nvmrc
30
+ cache : ' pnpm'
31
31
32
32
- name : Install dependencies
33
33
run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
echo "Running pre-commit checks..."
5
2
6
3
# Run lint-staged for code formatting and linting
Original file line number Diff line number Diff line change
1
+ 23
2
+
You can’t perform that action at this time.
0 commit comments