Skip to content

Commit

Permalink
ci: remove setup node
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek authored and michaeljguarino committed Sep 29, 2023
1 parent acefa58 commit 775fde2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PLURAL_BOT_PAT }}
- name: 'Setup Node'
uses: actions/setup-node@v3
if: github.event_name != 'pull_request'
with:
node-version: 18.12.1
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic_release
Expand Down Expand Up @@ -134,11 +129,6 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PLURAL_BOT_PAT }}
- name: 'Setup Node'
uses: actions/setup-node@v3
if: github.event_name != 'pull_request'
with:
node-version: 18.12.1
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic_release
Expand Down

0 comments on commit 775fde2

Please sign in to comment.