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