From 4730a793e11b12645f05c7ab132ca97e278c51a1 Mon Sep 17 00:00:00 2001 From: Chef Huan Date: Thu, 9 Jan 2025 18:11:16 +0700 Subject: [PATCH] fix: Github node version --- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 460d849..e4e8dce 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 18.x - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3bce320..56ca1e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 18.x - name: Get yarn cache directory path id: yarn-cache-dir-path