Skip to content

Commit

Permalink
Merge pull request #349 from spacemeshos/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
fasmat committed Jun 18, 2024
2 parents a2a4c4e + ad99d51 commit abd35ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger_build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js v20.14.0
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.14.0'

Expand Down

0 comments on commit abd35ae

Please sign in to comment.