Skip to content

Commit a0d0548

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 3dc2e2a commit a0d0548

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@nativescript-community/arraybuffers": "^1.1.5",
38-
"@nativescript-community/plugin-seed-tools": "file:tools",
38+
"@nativescript-community/plugin-seed-tools": "portal:tools",
3939
"@sentry/browser": "7.111.0",
4040
"@sentry/core": "7.111.0",
4141
"@sentry/hub": "7.111.0",
@@ -81,5 +81,6 @@
8181
"yarn": ">=1.19.1",
8282
"pnpm": ">=7.0.0",
8383
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
84-
}
84+
},
85+
"packageManager": "yarn@4.10.2"
8586
}

0 commit comments

Comments
 (0)