Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pYassine committed Oct 28, 2023
1 parent a4b2b14 commit 8e42950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Set up Node.js v16.19
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.19"

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Set up Node.js v16.19
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.19"

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Set up Node.js v16.19
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.19"

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Set up Node.js v16.19
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.19"

Expand Down

0 comments on commit 8e42950

Please sign in to comment.