Skip to content

Commit

Permalink
chore: pin Node version in Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Jun 7, 2022
1 parent e1cf4fb commit 92c0df4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
fetch-depth: 0 # Fetch all branches
token: ${{ secrets.GH_TOKEN }}

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install modules
run: npm install @progress/semantic-prerelease --no-save

Expand Down

0 comments on commit 92c0df4

Please sign in to comment.