File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [ main ]
7
+ branches : [main]
8
8
9
9
jobs :
10
10
test :
@@ -15,17 +15,17 @@ jobs:
15
15
node-version : [18, 23]
16
16
17
17
steps :
18
- - name : Checkout code
19
- uses : actions/checkout@v4
18
+ - name : Checkout code
19
+ uses : actions/checkout@v4
20
20
21
- - name : Setup Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v4
23
- with :
24
- node-version : ${{ matrix.node-version }}
25
- cache : ' npm'
21
+ - name : Setup Node.js ${{ matrix.node-version }}
22
+ uses : actions/setup-node@v4
23
+ with :
24
+ node-version : ${{ matrix.node-version }}
25
+ cache : " npm"
26
26
27
- - name : Install dependencies
28
- run : npm ci
27
+ - name : Install dependencies
28
+ run : npm ci
29
29
30
- - name : Run verification
31
- run : npm run verify
30
+ - name : Run verification
31
+ run : npm run verify
You can’t perform that action at this time.
0 commit comments