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 baa972b commit c10a342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/LINT_CHECK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install package
run: yarn
run: |
yarn set version 3.8.0
yarn
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Check lint
Expand Down

0 comments on commit c10a342

Please sign in to comment.