Skip to content

feat(bun): update .npmrc file in bun projects #22384

feat(bun): update .npmrc file in bun projects

feat(bun): update .npmrc file in bun projects #22384

Workflow file for this run

name: Devcontainer
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
permissions:
contents: read
jobs:
devcontainer-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft != true
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- name: Build and run dev container task
uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3.1900000417
with:
runCmd: pnpm build