Skip to content

Commit

Permalink
tests: yarn setup (#1288)
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 188598c commit 42ad6cb
Show file tree
Hide file tree
Showing 13 changed files with 3,653 additions and 28 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,14 @@ jobs:
# cache-dependency-path: "**/package-lock.json"
- # some integration tests require a certain npm version to be installable
name: update npm
run: npm i -g npm@^8
- name: display version
run: |-
node --version
npm i -g npm@^8
npm --version
- name: enable yarn
if: "matrix.node-version != '14.0.0'" # yarn14 has broken corepack
run: |-
corepack enable yarn
yarn --version
- name: install project
shell: bash
run: |
Expand Down

0 comments on commit 42ad6cb

Please sign in to comment.