Skip to content

Commit

Permalink
delete deprecated --prefer-offline flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Jul 22, 2024
1 parent 31e0272 commit a9c7620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [ push ]

permissions: read-all

Expand All @@ -21,7 +21,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn install --immutable --prefer-offline
run: yarn install --immutable

- name: Check types
run: yarn run typecheck
Expand Down

0 comments on commit a9c7620

Please sign in to comment.