From e041cc6aa9c2562b1f5d4f27422617b6b303a655 Mon Sep 17 00:00:00 2001 From: Sabertaz Date: Mon, 4 Mar 2024 20:53:40 +0800 Subject: [PATCH] ci(node): ship to Node.js v20 --- .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 1995321..8dea494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [18] + node-version: [20] architecture: [x64] steps: - name: Checkout repository