File tree Expand file tree Collapse file tree 7 files changed +12616
-18741
lines changed Expand file tree Collapse file tree 7 files changed +12616
-18741
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 - uses : actions/checkout@v4
1111 - uses : actions/setup-node@v4
1212 with :
13- node-version : ' 18 '
14- cache : ' npm '
13+ node-version : ' 20.x '
14+ cache : ' yarn '
1515
1616 - name : Install packages
17- run : npm ci
17+ run : yarn install
1818
1919 - name : Run tests
20- run : npm test
20+ run : yarn test
Original file line number Diff line number Diff line change @@ -40,3 +40,16 @@ testem.log
4040# System files
4141.DS_Store
4242Thumbs.db
43+
44+ .cache /
45+ .yarn /cache /
46+ website /.yarn /
47+ .yarnrc
48+ .yarn /*
49+ ! .yarn /patches
50+ ! .yarn /releases
51+ ! .yarn /plugins
52+ ! .yarn /sdks
53+ ! .yarn /versions
54+ .pnp. *
55+ * .tgz
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ compressionLevel : mixed
2+
3+ enableGlobalCache : false
4+
5+ nodeLinker : node-modules
6+
7+ yarnPath : .yarn/releases/yarn-4.1.0.cjs
You can’t perform that action at this time.
0 commit comments