Skip to content

Commit

Permalink
fix(release): node 20 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB committed Apr 29, 2024
1 parent 3ba607a commit 329f9e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
fetch-depth: 0
persist-credentials: false

- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMREL_GITHUB_TOKEN }}
Expand Down

0 comments on commit 329f9e3

Please sign in to comment.