Skip to content

Create 2025-12-05-newsroom-npm-supply-chain-security.md #695

Create 2025-12-05-newsroom-npm-supply-chain-security.md

Create 2025-12-05-newsroom-npm-supply-chain-security.md #695

Workflow file for this run

name: Build Test
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
environment: deploy
env:
COREPACK_ENABLE_AUTO_PIN: 0
steps:
- name: Checkout Commit
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/[email protected]
with:
standalone: true
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
env:
LOCALE_CI: en