From c4ede69a7fa18474c9591da9fec81ac2bc6345ca Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 26 Sep 2024 01:05:31 +0200 Subject: [PATCH] ci: update node version to 20 --- .github/workflows/autofix.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 796b7bd..cec1954 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,11 +16,11 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: "pnpm" - run: pnpm install - name: Fix lint issues run: npm run lint:fix - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c with: - commit-message: "chore: apply automated fixes" + commit-message: "chore: apply automated updates" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea33c43..0da3ee3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: "pnpm" - run: pnpm install - run: pnpm lint