Skip to content

Commit

Permalink
remove frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Sep 1, 2023
1 parent e2fd487 commit 304448a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 16.x
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build ts
run: yarn build:ts
- name: "Install Foundry"
Expand All @@ -44,7 +44,7 @@ jobs:
node-version: 16.x
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build ts
run: yarn build:ts
- name: "Install Foundry"
Expand All @@ -67,6 +67,6 @@ jobs:
node-version: 16.x
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Run Linter
run: yarn lint:check

0 comments on commit 304448a

Please sign in to comment.