File tree Expand file tree Collapse file tree 4 files changed +1117
-1442
lines changed
Expand file tree Collapse file tree 4 files changed +1117
-1442
lines changed Original file line number Diff line number Diff line change 11name : CI
2+
23on :
34 push :
45 branches :
56 - main
67 pull_request :
8+
79jobs :
810 test :
911 name : Test
@@ -12,20 +14,24 @@ jobs:
1214 matrix :
1315 node-version : [18]
1416 steps :
17+ - name : Checkout
18+ uses : actions/checkout@v4
19+
1520 - uses : actions/setup-node@v4
1621 with :
1722 node-version : ${{ matrix.node-version }}
23+
1824 - name : Setup
1925 uses : pnpm/action-setup@v4
20- with :
21- version : 8
22- - name : Checkout
23- uses : actions/checkout@v4
26+
2427 - name : Install dependencies
2528 run : pnpm install
29+
2630 - name : Build
2731 run : pnpm build
32+
2833 - name : Lint
2934 run : pnpm lint
35+
3036 - name : Test
3137 run : pnpm test
Original file line number Diff line number Diff line change 1- pnpm 9.4.0
1+ pnpm 8.15.9
22nodejs 18.20.3
Original file line number Diff line number Diff line change 1010 ],
1111 "author" : " Dominic Elm" ,
1212 "main" : " dist/index.js" ,
13+ "packageManager" :
" [email protected] " ,
1314 "scripts" : {
1415 "build" : " rm -rf dist && tsc -b" ,
1516 "test" : " vitest run" ,
You can’t perform that action at this time.
0 commit comments