Skip to content

Commit

Permalink
CI: version-bumping GitHub Action requires Node.js (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Jul 28, 2023
1 parent 6f842c3 commit 999d660
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
# Setup and install
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci

# Bump the version and commit to the default branch
- id: bump-and-commit
Expand Down

0 comments on commit 999d660

Please sign in to comment.