File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/setup-node@v4
2323 with :
2424 node-version : ${{ matrix.node-version }}
25- cache : ' npm'
2625 - run : npm install
2726 - run : npm test
2827
3433 with :
3534 node-version : ' lts/*'
3635 check-latest : true
37- cache : ' npm'
3836 - run : npm install
3937 - run : npm run lint
4038
4644 with :
4745 node-version : ' lts/*'
4846 check-latest : true
49- cache : ' npm'
5047 - run : npm install
5148 - run : npm run format:check
5249
5855 - uses : actions/setup-node@v4
5956 with :
6057 node-version : ' lts/*'
61- cache : ' npm'
6258 - run : npm install
6359 - run : npm run test:remote
6460
6965 - uses : actions/setup-node@v4
7066 with :
7167 node-version : ' lts/*'
72- cache : ' npm'
7368 - run : npm install
7469 - run : npm run typecheck
7570
8075 - uses : actions/setup-node@v4
8176 with :
8277 node-version : ' lts/*'
83- cache : ' npm'
8478 - run : npm install
8579 - run : npm run build
8680 - name : Upload build results
@@ -110,7 +104,6 @@ jobs:
110104 - uses : actions/setup-node@v4
111105 with :
112106 node-version : ${{ matrix.node-version }}
113- cache : ' npm'
114107 - name : Download build results
115108 uses : actions/download-artifact@v4
116109 with :
You can’t perform that action at this time.
0 commit comments