Skip to content

Commit

Permalink
chore: remove extra build file
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 16, 2024
1 parent 1cd5aae commit 7de56f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 190 deletions.
182 changes: 0 additions & 182 deletions .github/workflows/js-test-and-release.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# needed for webtransport tests, remove after https://github.com/libp2p/js-libp2p/pull/2422
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.20'
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand All @@ -82,10 +78,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# needed for webtransport tests, remove after https://github.com/libp2p/js-libp2p/pull/2422
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.20'
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down

0 comments on commit 7de56f2

Please sign in to comment.