Skip to content

Commit

Permalink
chore(js): install dependencies with frozen lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Jul 3, 2024
1 parent 1c718ed commit 6546058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Fetch library artifacts
uses: actions/download-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion wrappers/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"test:local-build": "LIB_ARIES_ASKAR_PATH=../../target/release pnpm test",
"release": "lerna publish from-package --no-push --no-private --yes --no-git-tag-version",
"release:alpha": "pnpm release --dist-tag=alpha"

},
"devDependencies": {
"@pnpm/eslint-config": "^1.1.0",
Expand Down

0 comments on commit 6546058

Please sign in to comment.