Skip to content

Commit

Permalink
CI use Node version from package.json (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Kadri <ahmad.kadri@nordeck.net>
  • Loading branch information
ahmadkadri authored Dec 9, 2024
1 parent 5faaa4b commit 4428a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: 'package.json'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: 'package.json'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: 'package.json'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/element-with-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: 'package.json'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit 4428a03

Please sign in to comment.