Skip to content

Commit bdd603a

Browse files
Update volta-cli/action action to v5 (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Emmer <10749361+emmercm@users.noreply.github.com>
1 parent c6187f2 commit bdd603a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
# Setup and install
4141
- uses: actions/checkout@v7
42-
- uses: volta-cli/action@v4
42+
- uses: volta-cli/action@v5
4343
- run: npm ci
4444

4545
# Run test coverage

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- uses: actions/checkout@v7
21-
- uses: volta-cli/action@v4
21+
- uses: volta-cli/action@v5
2222
- run: npm ci
2323
- name: npm publish
2424
# https://github.com/bitwarden/clients/pull/3272

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Setup and install
3131
- uses: actions/checkout@v7
3232
- name: Use Node.js ${{ matrix.node-version }}
33-
uses: volta-cli/action@v4
33+
uses: volta-cli/action@v5
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
- run: npm ci
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
# Setup and install
5050
- uses: actions/checkout@v7
51-
- uses: volta-cli/action@v4
51+
- uses: volta-cli/action@v5
5252
- run: npm ci
5353
# Test building
5454
- run: npm run build
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
# Setup and install
6161
- uses: actions/checkout@v7
62-
- uses: volta-cli/action@v4
62+
- uses: volta-cli/action@v5
6363
- run: npm ci
6464
# Test building & packing
6565
- run: |

0 commit comments

Comments
 (0)