Skip to content

Commit

Permalink
Update remaining workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Jul 26, 2024
1 parent 64c1c57 commit f4c99e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/library_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
- name: 🛒 Checkout code
uses: actions/checkout@v3

- name: 🔧 Setup Node.js
- name: 🛠 Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'

- name: 📦 Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: 🔎 Run typecheck
run: yarn lib:typecheck
Expand Down

0 comments on commit f4c99e2

Please sign in to comment.