Skip to content

Commit

Permalink
CI use Node version from package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Kadri <[email protected]>
  • Loading branch information
ahmadkadri committed Dec 10, 2024
1 parent 3ca6af5 commit d18eea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: '20'
node-version-file: 'matrix-meetings-widget/package.json'
cache: 'yarn'

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

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

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

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

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

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

- name: yarn install
Expand Down

0 comments on commit d18eea1

Please sign in to comment.