Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

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

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
github-actions[bot] authored Oct 23, 2023
2 parents 4939f87 + 6732b3c commit 88c6efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'

Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'

Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'

Expand Down

0 comments on commit 88c6efd

Please sign in to comment.