Commit b1f5339 1 parent 13106da commit b1f5339 Copy full SHA for b1f5339
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4.1.3
16
- - uses : pnpm/action-setup@v3 .0.0
15
+ - uses : actions/checkout@v4.2.2
16
+ - uses : pnpm/action-setup@v4 .0.0
17
17
with :
18
18
version : 9.0.6
19
- - uses : actions/setup-node@v4.0.2
19
+ - uses : actions/setup-node@v4.2.0
20
20
with :
21
- node-version : 20
21
+ node-version : 22
22
22
cache : ' pnpm'
23
23
- run : pnpm install --frozen-lockfile
24
24
- name : Lint
@@ -30,12 +30,12 @@ jobs:
30
30
matrix :
31
31
node-version : [18, 20, 22]
32
32
steps :
33
- - uses : actions/checkout@v4.1.3
34
- - uses : pnpm/action-setup@v3 .0.0
33
+ - uses : actions/checkout@v4.2.2
34
+ - uses : pnpm/action-setup@v4 .0.0
35
35
with :
36
36
version : 9.0.6
37
37
- name : Instal Node.js ${{ matrix.node-version }}
38
- uses : actions/setup-node@v4.0.2
38
+ uses : actions/setup-node@v4.2.0
39
39
with :
40
40
node-version : ${{ matrix.node-version }}
41
41
cache : ' pnpm'
You can’t perform that action at this time.
0 commit comments