Skip to content

Commit

Permalink
CI use Node version from package.json (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Kadri <[email protected]>
Signed-off-by: AHMAD KADRI <[email protected]>
  • Loading branch information
ahmadkadri authored Dec 10, 2024
1 parent 58258c3 commit ef1fb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: 'matrix-meetings-widget/package.json'
cache: 'yarn'

- name: yarn install
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: 'e2e/package.json'
cache: 'yarn'

- name: yarn install
Expand Down

0 comments on commit ef1fb2a

Please sign in to comment.