Skip to content

Commit

Permalink
CI: release drafter GitHub Action requires Node.js (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Jul 29, 2023
1 parent 84274ef commit 0908da9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
release:
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

# Check to see if the package.json version has changed
- id: check
Expand Down

0 comments on commit 0908da9

Please sign in to comment.