From 7c54baa6e36dfc48ba12cd05d530d3110141f8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:03:59 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .github/workflows/cicd.yml | 2 +- .github/workflows/npm-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0f3604f..9317cb7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -9,7 +9,7 @@ jobs: name: 'Lint/Test' runs-on: ubuntu-latest steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 - name: 'Checkout' diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 90ca4e0..eaae742 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -11,7 +11,7 @@ jobs: npm-release: runs-on: ubuntu-latest steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 - uses: actions/checkout@v4