Skip to content

Commit

Permalink
Update tests-unit.yml (#994)
Browse files Browse the repository at this point in the history
node deprecated and checkout repository version changed, using the deprecated node version..

Co-authored-by: Tim Finnigan <[email protected]>
  • Loading branch information
gulskr and tim-finnigan committed Feb 16, 2024
1 parent dc381de commit 72072f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup node"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: "Install dependencies"
Expand All @@ -29,9 +29,9 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout repostiory"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup node"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: "Install dependencies"
Expand Down

0 comments on commit 72072f2

Please sign in to comment.