Skip to content

Commit

Permalink
ci: enable/setup yarn
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 16, 2024
1 parent f76ec91 commit bfb512d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
- # some integration tests require a certain npm version to be installable
name: update npm
run: npm i -g npm@^8
- name: Setup yarn
run: corepack enable yarn
- name: display version
run: |-
node --version
Expand Down

0 comments on commit bfb512d

Please sign in to comment.