Skip to content

Commit

Permalink
chore(ci): run try scenarios without lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 28, 2022
1 parent e0dabd2 commit 625aa01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
with:
version: 7.1.2
- name: Install Dependencies
run: pnpm install
run: rm pnpm-lock.yaml && pnpm install
- name: Download built package from cache
uses: actions/download-artifact@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion build/github-workflows/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ jobs:
- uses: volta-cli/action@v1
- *depCache
- *pnpm
- *install
- name: 'Install Dependencies'
run: rm pnpm-lock.yaml && pnpm install
- *getDist
- name: Update TS Version
run: pnpm add --save-dev ${{ matrix.typescript-scenario }}
Expand Down

0 comments on commit 625aa01

Please sign in to comment.