From a5565bf9cf361e38057d8ca34fe2542ea1c39873 Mon Sep 17 00:00:00 2001 From: invalid w Date: Thu, 18 Apr 2024 12:08:03 +0800 Subject: [PATCH] fix(ci): update node version for linter --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f90d4c2a..1ef4e972 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - name: Checkout code