From 8cd5a43975f31a50d64977ab3286aea3393ac2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 08:26:23 +0000 Subject: [PATCH] build(deps): bump volta-cli/action from 1 to 2 Bumps [volta-cli/action](https://github.com/volta-cli/action) from 1 to 2. - [Release notes](https://github.com/volta-cli/action/releases) - [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md) - [Commits](https://github.com/volta-cli/action/compare/v1...v2) --- updated-dependencies: - dependency-name: volta-cli/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1008a..622f5eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3 - name: install volta - uses: volta-cli/action@v1 + uses: volta-cli/action@v2 - name: npm ci run: npm ci --no-audit