File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 check-latest : true
1919
2020 - name : Install dependencies
21- run : npm i
21+ run : npm ci
2222
2323 - name : Typecheck
2424 run : node --run typecheck
Original file line number Diff line number Diff line change 2828 registry-url : ' https://registry.npmjs.org'
2929
3030 - name : Install dependencies
31- run : npm i
31+ run : npm ci
3232
3333 - name : Typecheck
3434 run : node --run typecheck
Original file line number Diff line number Diff line change 3737 GH_TOKEN : ${{ github.token }}
3838
3939 - name : Install dependencies
40- run : npm i
41-
40+ run : npm ci
4241 - name : Install Playwright Browsers
4342 run : npx playwright install chromium firefox
4443 timeout-minutes : 2
Original file line number Diff line number Diff line change 33/dist
44/lib
55/node_modules
6- /package-lock.json
76
87npm-debug.log
98** .orig
Original file line number Diff line number Diff line change 33## Commands
44
55``` shell
6- npm install # setup (requires Node.js ≥ 22 for `node --run`)
6+ npm ci # setup
77node --run build # library → lib/
88node --run typecheck # tsgo --build
99node --run eslint # eslint --max-warnings 0
You can’t perform that action at this time.
0 commit comments