Skip to content

Commit

Permalink
Update setup-node version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Dec 25, 2023
1 parent 2afb3de commit 0427375
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 @@ -31,7 +31,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: actions/cache@v1
Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: actions/cache@v1
Expand Down

0 comments on commit 0427375

Please sign in to comment.