From fa2ef651034f6064102a89cd5267723794416ed6 Mon Sep 17 00:00:00 2001 From: wh1te909 <7434746+wh1te909@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:16:18 +0000 Subject: [PATCH] update lint --- .github/workflows/frontend-linting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend-linting.yml b/.github/workflows/frontend-linting.yml index 3781217b..7203c487 100644 --- a/.github/workflows/frontend-linting.yml +++ b/.github/workflows/frontend-linting.yml @@ -9,11 +9,11 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: "20.18.0" - run: npm install - name: Run Prettier formatting