From e9a7ca4d5efe43e46438658f0296bfca494e2407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:21:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.2.0 --- apps/nuxt3/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nuxt3/.github/workflows/ci.yml b/apps/nuxt3/.github/workflows/ci.yml index a1a51bd..56ed52c 100644 --- a/apps/nuxt3/.github/workflows/ci.yml +++ b/apps/nuxt3/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.2.0 with: node-version: ${{ matrix.node }} check-latest: true