File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Checkout
14
- uses : actions/checkout@v4
13
+ - uses : actions/checkout@v4
15
14
16
- - name : Install pnpm
17
- uses : pnpm/action-setup@v4
15
+ - run : corepack enable
18
16
19
17
- uses : actions/setup-node@v4
20
18
with :
28
26
run : pnpm run check
29
27
30
28
- name : Lint
31
- run : pnpm run check
29
+ run : pnpm run check
30
+
Original file line number Diff line number Diff line change @@ -11,13 +11,11 @@ jobs:
11
11
contents : read
12
12
id-token : write
13
13
steps :
14
- - name : Checkout
15
- uses : actions/checkout@v4
16
- - name : Install pnpm
17
- uses : pnpm/action-setup@v4
14
+ - uses : actions/checkout@v4
18
15
19
- - name : Setup Node.js
20
- uses : actions/setup-node@v4
16
+ - run : corepack enable
17
+
18
+ - uses : actions/setup-node@v4
21
19
with :
22
20
node-version : ' 22'
23
21
cache : " pnpm"
You can’t perform that action at this time.
0 commit comments