Skip to content

Commit

Permalink
Update LINT_CHECK.yml
Browse files Browse the repository at this point in the history
노드 버전 업데이트
  • Loading branch information
kimeodml authored Nov 13, 2023
1 parent 1014ffc commit 0d29d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LINT_CHECK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install package
run: yarn
- name: Check lint
run: yarn lint
run: yarn lint

0 comments on commit 0d29d40

Please sign in to comment.