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 22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
7- branches : [ main ]
7+ branches : [main]
88
99jobs :
1010 test :
@@ -15,17 +15,17 @@ jobs:
1515 node-version : [18, 23]
1616
1717 steps :
18- - name : Checkout code
19- uses : actions/checkout@v4
18+ - name : Checkout code
19+ uses : actions/checkout@v4
2020
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"
2626
27- - name : Install dependencies
28- run : npm ci
27+ - name : Install dependencies
28+ run : npm ci
2929
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