Skip to content

Commit

Permalink
Update LINT_CHECK.yml node version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanagertrudeKim committed Feb 18, 2024
1 parent 6ff7510 commit baa972b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/LINT_CHECK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install package
run: yarn
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Check lint
run: yarn lint
- name: TS check
Expand Down

0 comments on commit baa972b

Please sign in to comment.