Skip to content

Commit

Permalink
Merge pull request #455 from xyvora/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
sanders41 authored Oct 30, 2023
2 parents 6e82e7b + 06895e7 commit a7a8977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install just
uses: taiki-e/install-action@just
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Start Containers
run: just api-ci
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
Expand Down

0 comments on commit a7a8977

Please sign in to comment.