Skip to content

Commit

Permalink
fix(ci): Remove obsolete Node.js steps
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jun 4, 2021
1 parent fcdf5c2 commit d74944f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
with:
submodules: true

- name: ⎔ Setup Node.js
uses: actions/setup-node@v2

- name: 📥 Install Dependencies
uses: bahmutov/npm-install@v1

- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit d74944f

Please sign in to comment.