Skip to content

Commit

Permalink
Merge pull request aws-samples#1 from aws-samples/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
SercanKaraoglu committed Oct 23, 2023
2 parents ab37844 + 0ed6864 commit 31581b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ matrix.language == 'go' }}
with:
go-version: '1.20'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
if: ${{matrix.language == 'typescript'}}
with:
node-version: 18
Expand Down

0 comments on commit 31581b8

Please sign in to comment.