Skip to content

Commit

Permalink
setup node in bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Sep 24, 2024
1 parent a2f3cc2 commit a315fa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- run: mkdir -p ~/.npm
- run: mkdir -p ~/.cache/Cypress

Expand Down

0 comments on commit a315fa7

Please sign in to comment.