Skip to content

Commit

Permalink
dong
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jun 17, 2024
1 parent 47521c3 commit c08e0e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,16 @@ jobs:
run: |-
npm i -g npm@^8
npm --version
- name: enable yarn & pnpm
- name: enable pnpm
if: "matrix.node-version != '14.0.0'" # yarn14 has broken corepack
run: |-
corepack enable pnpm
pnpm --version
- name: enable yarn
if: "matrix.node-version != '14.0.0'" # yarn14 has broken corepack
run: |-
set -x
corepack enable
yarn --version
pnpm --version
- name: Checkout
# see https://github.com/actions/checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c08e0e0

Please sign in to comment.