From 7ef86a06307515efa3a56a2545e65098c3664c4d Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Wed, 24 Jul 2024 11:12:38 +0800 Subject: [PATCH 1/2] ci: add node v20 test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a0d68f..6097ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [12, 14, 16, 18, 20] + node: [12, 14, 16, 18, 20, 22] runs-on: ${{ matrix.os }} steps: # Pull repo to test machine From a49eeb6fd600e4e5665f312dab9c58579c1e7941 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Wed, 24 Jul 2024 11:14:16 +0800 Subject: [PATCH 2/2] update pr.yml --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4661b81..5c41ae3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [20] + node: [22] runs-on: ${{ matrix.os }} steps: # Pull repo to test machine