Skip to content

Commit

Permalink
Merge pull request #92 from dynatrace-oss/fix-release-node-version
Browse files Browse the repository at this point in the history
NOISSUE Fix node version for release action
  • Loading branch information
joushx authored Apr 22, 2024
2 parents d037a07 + e054d6f commit 85ad019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2.5.0
with:
node-version: 14
node-version: 20
- name: Install npm libs
run: |
yarn global add license-report
Expand Down

0 comments on commit 85ad019

Please sign in to comment.