Skip to content

Commit 5b837b1

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 1c9da42 commit 5b837b1

3 files changed

Lines changed: 4 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"repository": "nativescript-community/sqlite",
5252
"dependencies": {
5353
"@nano-sql/core": "^2.3.7",
54-
"@nativescript-community/plugin-seed-tools": "file:tools",
54+
"@nativescript-community/plugin-seed-tools": "portal:tools",
5555
"@nativescript-community/template-snippet": "file:demo-snippets",
5656
"typeorm": "0.3.17"
5757
},
@@ -80,5 +80,6 @@
8080
"yarn": ">=1.19.1",
8181
"pnpm": ">=7.0.0",
8282
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
83-
}
83+
},
84+
"packageManager": "yarn@4.10.2"
8485
}

0 commit comments

Comments
 (0)