From a361e44b24b847277b29dd2ee5ef02bf771de5a3 Mon Sep 17 00:00:00 2001 From: GervinFung Date: Sat, 5 Oct 2024 15:16:32 +0800 Subject: [PATCH] chore(ci): upgrade to node 22 --- .github/workflows/action.yaml | 2 +- .github/workflows/desktop.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index c2db420..ad67a9a 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20] + node-version: [22] threads: [4] steps: diff --git a/.github/workflows/desktop.yaml b/.github/workflows/desktop.yaml index f353f1d..c34efc7 100644 --- a/.github/workflows/desktop.yaml +++ b/.github/workflows/desktop.yaml @@ -14,9 +14,7 @@ jobs: fail-fast: false matrix: node-version: [20] - threads: [4] - config: - os: ubuntu-20.04 arch: x86_64