File tree 3 files changed +648
-642
lines changed
3 files changed +648
-642
lines changed Original file line number Diff line number Diff line change 1
1
name : Lint
2
2
3
3
on :
4
- push :
5
- branches :
6
- - ' * '
7
- pull_request :
8
- branches :
9
- - ' * '
4
+ push :
5
+ branches :
6
+ - " * "
7
+ pull_request :
8
+ branches :
9
+ - " * "
10
10
11
11
jobs :
12
- run-linters :
13
- name : Run linters
14
- runs-on : ubuntu-latest
12
+ run-linters :
13
+ name : Run linters
14
+ runs-on : ubuntu-latest
15
15
16
- steps :
17
- - name : Check out Git repository
18
- uses : actions/checkout@v2
16
+ steps :
17
+ - name : Check out Git repository
18
+ uses : actions/checkout@v2
19
19
20
- - name : Set up Node.js
21
- uses : actions/setup-node@v3
22
- with :
23
- node-version : 18
20
+ - name : Set up Node.js
21
+ uses : actions/setup-node@v3
22
+ with :
23
+ node-version : 20
24
24
25
- - uses : pnpm/action-setup@v2
26
- with :
27
- version : latest
25
+ - uses : pnpm/action-setup@v2
26
+ with :
27
+ version : latest
28
28
29
- - name : Install Node.js dependencies
30
- run : pnpm install
29
+ - name : Install Node.js dependencies
30
+ run : pnpm install
31
31
32
- - name : Run linters
33
- run : pnpm run lint
32
+ - name : Run linters
33
+ run : pnpm run lint
Original file line number Diff line number Diff line change 19
19
- name : Set up Node.js
20
20
uses : actions/setup-node@v3
21
21
with :
22
- node-version : 18
22
+ node-version : 20
23
23
24
24
- uses : pnpm/action-setup@v2
25
25
with :
You can’t perform that action at this time.
0 commit comments