Skip to content

Commit

Permalink
Fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taskooh committed Aug 24, 2024
1 parent 958b145 commit af72747
Show file tree
Hide file tree
Showing 3 changed files with 3,737 additions and 3,731 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
run: yarn install --immutable
- name: Build
run: yarn build
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
Loading

0 comments on commit af72747

Please sign in to comment.