File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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 : |
You can’t perform that action at this time.
0 commit comments