From c4204b12448ad7b51d6e03e3a34e98ff9f7f9418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Thu, 25 Apr 2024 12:52:00 +0800 Subject: [PATCH] build: run test on node v22 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10314ae..7e4b7b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [18.x, 20.x, 21.x, 22.x] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v4