Skip to content

Commit f921822

Browse files
authored
fix(ci): Use volta to ensure node and npm are available (#255)
1 parent 3868f97 commit f921822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ inputs:
5555
runs:
5656
using: 'composite'
5757
steps:
58+
- uses: volta-cli/action@v4
59+
5860
- name: Install Sentry CLI v2
5961
shell: bash
6062
run: npm install --save-dev --no-package-lock @sentry/cli@^2.4

0 commit comments

Comments
 (0)