Skip to content

Commit

Permalink
CI use Node version from package.json (#379)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Kadri <[email protected]>
  • Loading branch information
ahmadkadri authored Dec 9, 2024
1 parent bdaa8f5 commit c1684dc
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 @@ -28,7 +28,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 @@ -122,7 +122,7 @@ jobs:

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

- name: yarn install
Expand Down

0 comments on commit c1684dc

Please sign in to comment.