Skip to content

Commit 156652d

Browse files
authored
Merge pull request #2985 from devspace-sh/update-node-release-version
chore: bump node version for gh release action
2 parents 07b2fe4 + 631c7d3 commit 156652d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v1
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 12
31+
node-version: 20
3232
registry-url: https://registry.npmjs.org/
3333
- id: get_version
3434
run: |
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v1
101101
- uses: actions/setup-node@v1
102102
with:
103-
node-version: 12
103+
node-version: 20
104104
registry-url: https://registry.npmjs.org/
105105
- id: get_version
106106
run: |

0 commit comments

Comments
 (0)