Skip to content

Commit

Permalink
Merge branch 'main' into fix-config-type
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 authored Aug 27, 2024
2 parents d37ea92 + d7a13a9 commit 08e9048
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,10 @@ jobs:
- run: pnpm lint
- run: pnpm compile:cjs

build:
runs-on: ubuntu-latest
needs: [test, checks]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: ${{ vars.PNPM_VERSION }}
- uses: actions/setup-node@v4
with:
node-version: ${{ vars.DEFAULT_NODE_VERSION }}
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
needs: [test, checks, build]
needs: [test, checks]
permissions:
pull-requests: write
contents: write
Expand Down

0 comments on commit 08e9048

Please sign in to comment.