Skip to content

Commit

Permalink
Merge pull request #555 from NullVoxPopuli/deps
Browse files Browse the repository at this point in the history
chore(ci): use no-frozen-lockfile for try scenarios
  • Loading branch information
NullVoxPopuli authored Jul 2, 2022
2 parents e98c906 + 2442d89 commit 91d6ccc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.1.2
- name: Install Dependencies
run: pnpm install
- name: Install Dependencies (without lockfile)
run: rm pnpm-lock.yaml && pnpm install
- name: Download built package from cache
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -230,8 +230,8 @@ jobs:
- uses: pnpm/action-setup@v2.2.2
with:
version: 7.1.2
- name: Install Dependencies (without lockfile)
run: rm pnpm-lock.yaml && pnpm install
- name: Install Dependencies (without frozen lockfile)
run: pnpm install --no-frozen-lockfile
- name: Download built package from cache
uses: actions/download-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"packageManager": "pnpm@7.4.1",
"pnpm": {
"overrides": {
"@embroider/addon-shim": "1.6.0",
"@types/eslint": "7.29.0",
"mustache": "^4.2.0"
},
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91d6ccc

Please sign in to comment.