From baf2679dcc18f0b76caa27206a2635c8f6c1e395 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:43:12 +0000 Subject: [PATCH] chore: update actions/setup-node action to v5 --- .github/workflows/CI.yml | 2 +- .github/workflows/POST_RELEASE.yml | 2 +- .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml | 2 +- .github/workflows/VISUAL_REGRESSION.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dab559243..7395418a8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - name: Cache Node.js modules diff --git a/.github/workflows/POST_RELEASE.yml b/.github/workflows/POST_RELEASE.yml index 7e6c5eac6..dde86e41e 100644 --- a/.github/workflows/POST_RELEASE.yml +++ b/.github/workflows/POST_RELEASE.yml @@ -22,7 +22,7 @@ jobs: PKG: '@bpmn-io/form-js@${{ env.TAG }}' run: tasks/stages/await-published - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml index 5462c4410..4e56a2a40 100644 --- a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml +++ b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml @@ -16,7 +16,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v5 - name: Setup NPM cache - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/VISUAL_REGRESSION.yml b/.github/workflows/VISUAL_REGRESSION.yml index 63ff350fb..cf6786ac7 100644 --- a/.github/workflows/VISUAL_REGRESSION.yml +++ b/.github/workflows/VISUAL_REGRESSION.yml @@ -11,7 +11,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v5 - name: Setup NPM cache - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' cache: 'npm'