Skip to content

Commit

Permalink
Update LINT_CHECK.yml
Browse files Browse the repository at this point in the history
node 버전 수정
  • Loading branch information
kimeodml authored Feb 6, 2024
1 parent 36e7cfe commit 172f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LINT_CHECK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 21
registry-url: https://registry.npmjs.org/
- name: Install package
run: yarn
Expand Down

0 comments on commit 172f8f3

Please sign in to comment.