Skip to content

Commit

Permalink
fix(ci): add deps installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Jun 23, 2024
1 parent e7ef802 commit 5c46e26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version-file: .tool-versions
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
lint:
runs-on: ubuntu-latest
Expand All @@ -22,4 +23,5 @@ jobs:
with:
node-version-file: .tool-versions
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint

0 comments on commit 5c46e26

Please sign in to comment.