Skip to content

Commit

Permalink
Use frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Dec 19, 2023
1 parent fb83ded commit 671d4e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn
- run: yarn install --frozen-lockfile
- run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn
- run: yarn install --frozen-lockfile
- uses: battila7/get-version-action@v1.2.1
id: get_version
- name: Replace version
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@
lodash "^4.17.15"
tmp-promise "^3.0.2"

"@mysteriumnetwork/node@^1.29.2":
"@mysteriumnetwork/node@1.29.2":
version "1.29.2"
resolved "https://registry.yarnpkg.com/@mysteriumnetwork/node/-/node-1.29.2.tgz#372714edd9454b5cf2f713cde9de1b2e6d2d0cba"
integrity sha512-RCj+nzul5e6gYGCChFSehuHE2xNlEfq+nfsAjszBY8SsQ9jd1gcW4RRE3BRnoym5K4MJ3oo9IJpb6DoUj+uIHQ==
Expand Down

0 comments on commit 671d4e2

Please sign in to comment.