Skip to content

Commit

Permalink
Merge pull request #672 from openapistack/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
anttiviljami committed Aug 27, 2024
2 parents b3f7790 + 70d2564 commit ff147aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- examples/aws-cdk
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit ff147aa

Please sign in to comment.