Skip to content

Commit 85ad019

Browse files
authored
Merge pull request #92 from dynatrace-oss/fix-release-node-version
NOISSUE Fix node version for release action
2 parents d037a07 + e054d6f commit 85ad019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up Node
7070
uses: actions/[email protected]
7171
with:
72-
node-version: 14
72+
node-version: 20
7373
- name: Install npm libs
7474
run: |
7575
yarn global add license-report

0 commit comments

Comments
 (0)