From ac59ed28c378c1cf8af4327b539b49b242e27b2b Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Thu, 25 Sep 2025 14:23:30 +0200 Subject: [PATCH] chore(deps): bump setup-node --- .github/workflows/action-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-release.yaml b/.github/workflows/action-release.yaml index 33355bf..b427d11 100644 --- a/.github/workflows/action-release.yaml +++ b/.github/workflows/action-release.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v5 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: latest