From d49b20efc79439f2b746bda1a6320ea714180c78 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 1 Oct 2024 19:15:54 +0700 Subject: [PATCH] ci: upgrade node versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4446a6c..81f01bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: platform: ubuntu-latest - node: '20' platform: ubuntu-latest - - node: '21' + - node: '22' platform: ubuntu-latest - - node: '20' + - node: '22' platform: windows-latest - - node: '20' + - node: '22' platform: macos-latest name: '${{matrix.platform}} / Node.js ${{ matrix.node }}'