From e16c3b035852e56ba220178ee10f63d53761228c Mon Sep 17 00:00:00 2001 From: Cornelius Suermann Date: Sat, 9 Mar 2024 12:10:42 +0100 Subject: [PATCH] ci(release): Use latest node.js version for releasing --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 716a29f..43a2622 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,6 +12,8 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 + with: + node-version: latest - name: Install dependencies run: npm ci - name: Release