From 0d29d408039931b997676c1fd8ef0d403516694f Mon Sep 17 00:00:00 2001 From: Kim Daeeui Date: Mon, 13 Nov 2023 21:38:37 +0900 Subject: [PATCH] Update LINT_CHECK.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 노드 버전 업데이트 --- .github/workflows/LINT_CHECK.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/LINT_CHECK.yml b/.github/workflows/LINT_CHECK.yml index 01a21824..739d7b9b 100644 --- a/.github/workflows/LINT_CHECK.yml +++ b/.github/workflows/LINT_CHECK.yml @@ -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 \ No newline at end of file + run: yarn lint