We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c523f3a commit 0fa51e3Copy full SHA for 0fa51e3
.github/workflows/release-images.yaml
@@ -96,7 +96,7 @@ jobs:
96
- name: Set up Node.js
97
uses: actions/setup-node@v1
98
with:
99
- node-version: 18
+ node-version: 20
100
101
- name: Build Registry
102
run: |
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
java-version: '17'
34
distribution: 'temurin'
35
36
- - name: Set up Node.js v20
+ - name: Set up Node.js
37
38
39
node-version: 20
0 commit comments