Skip to content

Commit

Permalink
update setup node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed May 30, 2024
1 parent 9241566 commit 4016324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-test-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/pull/${{ inputs.pr-number }}/head

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.20.0
node-version: 20

- name: Frontend Jest coverage report
uses: ArtiomTr/[email protected]
Expand All @@ -44,7 +44,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/pull/${{ inputs.pr-number }}/head

Expand Down

0 comments on commit 4016324

Please sign in to comment.