From 18cdc8f21dd865b0bbb6e14867ee3bc71c69a581 Mon Sep 17 00:00:00 2001 From: vaakian Date: Tue, 19 Dec 2023 00:36:31 +0800 Subject: [PATCH] chore: ci --- .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 e64337f..83155b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [14.x] + node-version: [18.x] runs-on: ${{ matrix.os }}