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

Commit

Permalink
Bump actions/setup-node from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 661d04a commit 71df5b5
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 71df5b5

Please sign in to comment.