From e13c131ba371476f3c8aac14ed959db001ec7699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:13:18 +0000 Subject: [PATCH] Bump volta-cli/action from 4.2.1 to 5.0.0 Bumps [volta-cli/action](https://github.com/volta-cli/action) from 4.2.1 to 5.0.0. - [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/5c175f92dea6f48441c436471e6479dbc192e194...615a78f6c83e116339c53b94f3f82b4d6c0b7d18) --- updated-dependencies: - dependency-name: volta-cli/action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/npm.publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4f70dce..e646cbd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 - run: npm ci --ignore-scripts - run: npm run build --if-present - run: npm run test diff --git a/.github/workflows/npm.publish.yml b/.github/workflows/npm.publish.yml index e26313c..c4bf2be 100644 --- a/.github/workflows/npm.publish.yml +++ b/.github/workflows/npm.publish.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 - run: npm ci --ignore-scripts - run: npm run build --if-present - run: npm run test