From 60bb0144930b9e1e58cca4bb83a324afdb658677 Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Thu, 2 Apr 2026 12:31:07 +0100 Subject: [PATCH] Upgrade release workflow to Node.js 20 --- .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 149c208..1422901 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 8 + node-version: 20 - name: Set release version run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV - name: Package project