Skip to content

Commit

Permalink
remove immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jul 15, 2024
1 parent 5fb8ec3 commit e4767a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git config --global user.name "Your Name"
- name: Install dependencies
run: yarn install --immutable
run: yarn install

- name: Build
run: yarn build
Expand Down

0 comments on commit e4767a1

Please sign in to comment.