mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
15 lines
389 B
YAML
15 lines
389 B
YAML
name: pnpm
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
|
|
|
|
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
|
|
with:
|
|
node-version-file: .node-version
|
|
registry-url: "https://registry.npmjs.org"
|
|
cache: pnpm
|
|
|
|
- run: pnpm install --frozen-lockfile
|
|
shell: bash
|