Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chadhutchins182/oas3-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhutchins182 committed Aug 5, 2024
2 parents ba7576e + 3c0c94f commit ca474d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo Release ${{ steps.release_version.outputs.RELEASE_VERSION }}
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://npm.pkg.github.com"
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
tag_name: v${{ steps.release_version.outputs.RELEASE_VERSION }}
body: ${{ steps.github_release.outputs.changelog }}
name: Release ${{ steps.release_version.outputs.RELEASE_VERSION }}
make_latest: true
make_latest: true

0 comments on commit ca474d5

Please sign in to comment.