From f91b13b73924c0fb0d16131a220d2a764de4b733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:49:16 +0000 Subject: [PATCH] chore(deps): update volta-cli/action action to v4 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6a85b34..00e1f36 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: volta-cli/action@v1 + - uses: volta-cli/action@v4 - run: npm ci --no-audit - run: npm run lint --if-present - run: npm test:ci