Skip to content

Commit

Permalink
CI: Add package test for Yarn Plug'n'Play
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Dec 10, 2023
1 parent a584ae0 commit 6e02f92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,17 @@ jobs:
yarn install
node release.mjs
- name: Run with Node.js + yarn pnp
if: ${{ matrix.runtime == 'node' && matrix.package-manager == 'yarn' }}
run: |
corepack enable
yarn set version stable
yarn config set enableImmutableInstalls false
yarn config set enableScripts false
yarn config set nodeLinker pnp
yarn install
node release.mjs
- name: Run with Deno
if: ${{ matrix.runtime == 'deno' }}
run: deno run --allow-read --allow-ffi release.mjs
Expand Down

0 comments on commit 6e02f92

Please sign in to comment.