File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 28
28
cache : ' yarn'
29
29
30
30
- name : Install dependencies
31
- run : yarn --frozen-lockfile
31
+ run : yarn --immutable
32
32
33
33
- name : Run tests with coverage
34
34
run : yarn test:coverage
51
51
52
52
# The yarn cache is not node_modules
53
53
- name : Install dependencies
54
- run : yarn --frozen-lockfile
54
+ run : yarn --immutable
55
55
56
56
- name : Lint code
57
57
run : yarn lint
Original file line number Diff line number Diff line change 42
42
node-version-file : ' .node-version'
43
43
44
44
# Publish to GitHub Packages
45
- - run : yarn publish --no-git-tag-version --prerelease --preid alpha-$(date +%Y%m%d%H%M%S) --tag next
45
+ - run : yarn npm publish --no-git-tag-version --prerelease --preid alpha-$(date +%Y%m%d%H%M%S) --tag next
46
46
env :
47
47
NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 137
137
"vite-plugin-dts" : " ^4.0.3" ,
138
138
"vite-plugin-svgr" : " ^4.2.0" ,
139
139
"vitest" : " ^2.0.4" ,
140
- "webpack" : " ^5.90.1" ,
141
- "yarn" : " ^1.22.22"
140
+ "webpack" : " ^5.90.1"
142
141
},
143
142
"resolutions" : {
144
143
"parse-url" : " 8.1.0" ,
Original file line number Diff line number Diff line change @@ -2476,7 +2476,6 @@ __metadata:
2476
2476
vite-plugin-svgr : ^4.2.0
2477
2477
vitest : ^2.0.4
2478
2478
webpack : ^5.90.1
2479
- yarn : ^1.22.22
2480
2479
peerDependencies :
2481
2480
" @types/react " : ^16.x || ^17.x || ^18.x || ^19.x
2482
2481
" @types/react-dom " : ^16.x || ^17.x || ^18.x || ^19.x
@@ -11348,16 +11347,6 @@ __metadata:
11348
11347
languageName : node
11349
11348
linkType : hard
11350
11349
11351
- " yarn@npm:^1.22.22 " :
11352
- version : 1.22.22
11353
- resolution : " yarn@npm:1.22.22"
11354
- bin :
11355
- yarn : bin/yarn.js
11356
- yarnpkg : bin/yarn.js
11357
- checksum : 59aeef5ccfd3347287f939448e6d3594f0a42f74025b9bdc2a277641c1d4070c07a38b6e7c35e695f77410b0269a5a43c78535786564f86f39c9f781e6efa311
11358
- languageName : node
11359
- linkType : hard
11360
-
11361
11350
" yocto-queue@npm:^0.1.0 " :
11362
11351
version : 0.1.0
11363
11352
resolution : " yocto-queue@npm:0.1.0"
You can’t perform that action at this time.
0 commit comments