Skip to content

Commit

Permalink
enable yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemosabert committed Oct 15, 2024
1 parent 4f57d95 commit 81ce773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
scope: "@aikidosec"
cache: 'yarn'

- name: Install dependencies
run: yarn Install
run: yarn install

- name: Get the version
id: get_version
Expand Down

0 comments on commit 81ce773

Please sign in to comment.