Skip to content

Commit

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

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

- name: Install dependencies
run: npm ci

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

0 comments on commit 4886bd5

Please sign in to comment.