Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,7 @@ jobs:
with:
node-version: '19.x'
registry-url: 'https://registry.npmjs.org'
- name: Clone npm
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
with:
repository: npm/cli
ref: provenance
path: npm
- name: Link npm
run: |
cd npm
node . link
cd ..
npm version
- run: npm install -g npm@latest
- run: npm ci
- run: make test
- run: make clean build
Expand Down