From d5514e783da0e8d0f2d71780ba069835366d6df8 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Wed, 24 Jul 2024 11:39:50 +0800 Subject: [PATCH] ci: change default node version for test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ecf56b..3342ff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ # Github actions workflow name name: CI -env: {NODE_VERSION: 20} +env: {NODE_VERSION: 22} # Triggers the workflow on push or pull request events on: @@ -84,7 +84,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [12, 14, 16, 18, 22] + node: [12, 14, 16, 18, 20] runs-on: ${{ matrix.os }} steps: # Pull repo to test machine