Skip to content

Commit

Permalink
add node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Aug 12, 2024
1 parent 1b8da24 commit aa3308b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
node-version: '20.16.0'
cache: 'npm'

- name: Install dependencies
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
node-version: '20.16.0'
cache: 'npm'

- name: Install dependencies
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
node-version: '20.16.0'
cache: 'npm'

- name: Run E2E tests
Expand Down

0 comments on commit aa3308b

Please sign in to comment.