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

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
github-actions[bot] authored Oct 23, 2023
2 parents 661d04a + 71df5b5 commit 84e7b97
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 @@ -8,7 +8,7 @@ jobs:
working-directory: ./aws-ecs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install CDK and typescript
Expand All @@ -29,7 +29,7 @@ jobs:
working-directory: ./aws-ecs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: install deps
Expand All @@ -53,7 +53,7 @@ jobs:
repository: 'findy-network/findy-wallet-pwa'
path: 'findy-wallet-pwa'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand Down

0 comments on commit 84e7b97

Please sign in to comment.