From e6fd9c1562773339aa5084ad675ed8bea397d72a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:01:53 +0000 Subject: [PATCH] Update actions/setup-node action to v4.2.0 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v4.0.3 | v4.2.0 | ## [vv4.2.0](https://github.com/actions/setup-node/compare/v4.1.0...v4.2.0) ## [vv4.1.0](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0) ## [vv4.0.4](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4688eed..f2db3f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: version: 9 - name: Install Node - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.2.0 with: node-version: 20 cache: 'pnpm'