Skip to content

Commit

Permalink
ci: Use frozen lockfile for yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallios committed Feb 26, 2024
1 parent 34d459b commit deff741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: "yarn" # Set this to npm, yarn or pnpm.
cache: "yarn"

- name: ⏬ Install Ubuntu dependencies
if: matrix.platform == 'ubuntu-20.04'
Expand All @@ -52,7 +52,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: 📥 Install Node Dependencies
run: yarn
run: yarn --frozen-lockfile

- name: 🔨 Build
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit deff741

Please sign in to comment.