Skip to content

Commit

Permalink
Add yarn install with frozen-lockfile and update upgrade:deps command…
Browse files Browse the repository at this point in the history
… in package.json, add npm-check-updates package
  • Loading branch information
pelikhan committed Sep 5, 2024
1 parent 497f623 commit 9d419a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/upgrade-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
with:
node-version: "${{ matrix.node-version }}"
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn upgrade:deps
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"genai:docify": "node packages/cli/built/genaiscript.cjs run docify",
"gcm": "node packages/cli/built/genaiscript.cjs run gcm",
"prepare": "husky",
"upgrade:deps": "npx --yes zx scripts/upgrade-deps.mjs"
"upgrade:deps": "zx scripts/upgrade-deps.mjs"
},
"release-it": {
"github": {
Expand All @@ -83,6 +83,7 @@
"@inquirer/prompts": "^5.4.0",
"glob": "^11.0.0",
"husky": "^9.1.5",
"npm-check-updates": "^17.1.1",
"prettier": "^3.3.3",
"zx": "^8.1.5"
}
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3662,6 +3662,11 @@ normalize-url@^8.0.1:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.1.tgz#9b7d96af9836577c58f5883e939365fa15623a4a"
integrity sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==

npm-check-updates@^17.1.1:
version "17.1.1"
resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-17.1.1.tgz#9e0739af7c5240eb6c94404a22269acb79a5e23e"
integrity sha512-2aqIzGAEWB7xPf0hKHTkNmUM5jHbn2S5r2/z/7dA5Ij2h/sVYAg9R/uVkaUC3VORPAfBm7pKkCWo6E9clEVQ9A==

npm-run-path@^5.2.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.3.0.tgz#e23353d0ebb9317f174e93417e4a4d82d0249e9f"
Expand Down Expand Up @@ -5341,6 +5346,7 @@ xdg-basedir@^5.1.0:

"xlsx@https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz":
version "0.20.2"
uid "0f64eeed3f1a46e64724620c3553f2dbd3cd2d7d"
resolved "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz#0f64eeed3f1a46e64724620c3553f2dbd3cd2d7d"

xml2js@^0.4.23:
Expand Down

0 comments on commit 9d419a4

Please sign in to comment.