File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
- name : ' CI '
1
+ name : " CI "
2
2
on :
3
3
pull_request :
4
4
types : [opened, reopened, synchronize]
5
5
push :
6
6
branches :
7
- - main
8
7
- master
9
8
10
- env :
11
- NPM_VERSION : 10
12
-
13
9
jobs :
14
10
test :
15
11
runs-on : ubuntu-latest
16
12
strategy :
17
13
matrix :
18
- node : [14, 16, 18, 20]
14
+ node : [18, 20, 22 ]
19
15
name : Node ${{ matrix.node }}
20
16
steps :
21
- - name : ' Checkout latest code'
17
+ - name : " Checkout latest code"
22
18
uses : actions/checkout@v3
23
19
with :
24
20
ref : ${{ github.event.pull_request.head.sha }}
37
33
run : npm run test
38
34
39
35
lint :
40
- name : ' ESLint'
36
+ name : " ESLint"
41
37
runs-on : ubuntu-latest
42
38
steps :
43
39
- name : Checkout latest code
47
43
- name : Set up node
48
44
uses : actions/setup-node@v3
49
45
with :
50
- node-version : ' 16 '
46
+ node-version : " 16 "
51
47
- name : Install dependencies
52
48
run : npm ci
53
49
- name : Run ESLint
You can’t perform that action at this time.
0 commit comments