From e81b3dad2d62d84dd6c966ec974df8d211459d08 Mon Sep 17 00:00:00 2001 From: Thomas Roest Date: Fri, 19 Jan 2024 12:04:01 +0100 Subject: [PATCH] Bump node (#2159) * fix: update node version for semantic release --------- Co-authored-by: Thomas Roest --- .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 bb71f6148..1ce7180fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '20' cache: npm - run: npm ci