Skip to content

Commit

Permalink
fix(GitHub Action): Properly setup Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Sep 19, 2022
1 parent d47e01b commit bec84a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install release dependencies
shell: bash
run: npm i --no-save @bjoluc/semantic-release-config-poetry@^$(cat ${{ github.action_path }}/package.json | python3 -c "import sys, json; print(json.load(sys.stdin)['version'])")
Expand Down

0 comments on commit bec84a3

Please # to comment.