Skip to content

Commit e9bbb04

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 625a346 commit e9bbb04

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: steps.yarn-node_modules.outputs.cache-hit != 'true'
8080
uses: bahmutov/npm-install@v1
8181
with:
82-
install-command: yarn install --silent
82+
install-command: corepack yarn --silent
8383
env:
8484
YARN_ENABLE_IMMUTABLE_INSTALLS: false
8585

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ compressionLevel: mixed
33
nmHoistingLimits: workspaces
44

55
nodeLinker: node-modules
6-
7-
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"readmeFilename": "README.md",
6262
"dependencies": {
63-
"@nativescript-community/plugin-seed-tools": "file:tools",
63+
"@nativescript-community/plugin-seed-tools": "portal:tools",
6464
"@nativescript-community/text": "^1.5.33"
6565
},
6666
"commitlint": {
@@ -95,5 +95,5 @@
9595
"pnpm": ">=7.0.0",
9696
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
9797
},
98-
"packageManager": "yarn@4.0.1"
98+
"packageManager": "yarn@4.10.2"
9999
}

0 commit comments

Comments
 (0)