From 86378d4b13a2b44320d52473204658cb6bb404b8 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 26 Nov 2023 21:30:51 +0530 Subject: [PATCH] use node 21 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 028adcec..42f957bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - node: ["20.x"] + node: ["21.x"] os: [macos-12, windows-latest, ubuntu-20.04] arch: [x64] include: