From bab04f34521ee42a442a0cd9138b3d673e9a33f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 3 Feb 2024 19:47:56 +0100 Subject: [PATCH] ci: usage of Node.js v20 for releasing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e9be25..b558aab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: "actions/setup-node@v4" with: - node-version: 18 + node-version: 20 cache: "npm" - run: "npm ci"