Skip to content

Commit

Permalink
fix(ci): use new immutable instead of depericated option for installi…
Browse files Browse the repository at this point in the history
…ng deps
  • Loading branch information
Krr0ptioN committed Sep 6, 2024
1 parent 7a61a9e commit 8fa61aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn nx affected -t lint

build:
Expand All @@ -35,7 +35,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn nx affected -t build

test:
Expand All @@ -49,7 +49,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn nx affected -t test

e2e:
Expand All @@ -63,5 +63,5 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn nx affected -t e2e

0 comments on commit 8fa61aa

Please sign in to comment.