File tree Expand file tree Collapse file tree 6 files changed +8
-10269
lines changed Expand file tree Collapse file tree 6 files changed +8
-10269
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 uses : actions/setup-node@v6
2020 with :
2121 node-version : 24
22- cache : ' npm '
22+ package-manager- cache : false
2323
2424 - name : Install dependencies
25- run : npm ci
25+ run : npm install
2626
2727 - name : Run format check
2828 run : npm run format:check
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 uses : actions/setup-node@v6
3636 with :
3737 node-version : ${{ matrix.node-version }}
38- cache : ' npm '
38+ package-manager- cache : false
3939
4040 - name : Install dependencies
41- run : npm ci
41+ run : npm install
4242
4343 - name : Build
4444 run : npm run build || true # we currently have type errors so just ignore that
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 uses : actions/setup-node@v6
3636 with :
3737 node-version : ${{ matrix.node-version }}
38- cache : ' npm '
38+ package-manager- cache : false
3939
4040 - name : Install dependencies
41- run : npm ci
41+ run : npm install
4242
4343 - name : Build
4444 run : npm run build || true # we currently have type errors so just ignore that
Original file line number Diff line number Diff line change 1010
1111# Dependencies
1212node_modules /
13+ package-lock.json
1314
1415# Test Outputs
1516coverage
Original file line number Diff line number Diff line change 1+ package-lock = false
You can’t perform that action at this time.
0 commit comments