Skip to content

Commit

Permalink
revert build -esm
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed May 31, 2023
1 parent ff02f08 commit c9925e3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,20 @@ jobs:
path: /tmp/web3-${{ matrix.node }}.js.tar.gz
build-esm:
name: Build ESM
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 16 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- run: yarn install --ignore-scripts
- run: yarn prebuild
node-version: ${{ matrix.node }}
- uses: actions/download-artifact@v3
with:
name: web3-${{ matrix.node }}.js.tar.gz
path: /tmp
- run: tar -xf /tmp/web3-${{ matrix.node }}.js.tar.gz -C ./
- run: yarn build:esm
build-types:
name: Build Types
Expand Down

0 comments on commit c9925e3

Please sign in to comment.