File tree Expand file tree Collapse file tree 7 files changed +2751
-609
lines changed
Expand file tree Collapse file tree 7 files changed +2751
-609
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 - name : Setup Node.js
2525 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2626 with :
27- node-version-file : ' .nvmrc'
28- cache : ' yarn'
27+ node-version-file : " .nvmrc"
28+ cache : " yarn"
2929 - name : Install
30- run : yarn install --frozen-lockfile
30+ run : yarn install --immutable
3131 - uses : continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
3232 timeout-minutes : 60
3333 with :
Original file line number Diff line number Diff line change 55 branches :
66 - main
77 schedule :
8- - cron : ' 0 22 * * 3'
8+ - cron : " 0 22 * * 3"
99 workflow_call :
1010
1111permissions :
2626 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727 with :
2828 node-version : " ${{ matrix.node-version }}"
29- cache : ' yarn'
29+ cache : " yarn"
3030 - name : Install
31- run : yarn install --frozen-lockfile
31+ run : yarn install --immutable
3232 - name : Test
3333 run : yarn test
Original file line number Diff line number Diff line change 11cache
22node_modules
3+ .yarn /install-state.gz
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ enableScripts : false
2+
3+ nodeLinker : node-modules
4+
5+ npmMinimalAgeGate : 10080
6+
7+ npmPreapprovedPackages :
8+ - " @electron/*"
9+
10+ yarnPath : .yarn/releases/yarn-4.10.3.cjs
Original file line number Diff line number Diff line change 3636 },
3737 "devDependencies" : {
3838 "vitest" : " ^3.0.6"
39- }
39+ },
40+ "packageManager" :
" [email protected] +sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f" 4041}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments