Skip to content

Commit 70da642

Browse files
authored
Upgrade the version of node used in the workflows (#5151)
1 parent 3160093 commit 70da642

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integration-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Node
8080
uses: actions/setup-node@v3
8181
with:
82-
node-version: 16
82+
node-version: 18
8383
cache: 'npm'
8484
cache-dependency-path: 'ui/**/package-lock.json'
8585

@@ -267,7 +267,7 @@ jobs:
267267
- name: Set up Node
268268
uses: actions/setup-node@v3
269269
with:
270-
node-version: 16
270+
node-version: 18
271271
cache: 'npm'
272272
cache-dependency-path: 'ui/tests/package-lock.json'
273273

.github/workflows/release-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up Node.js v16
9797
uses: actions/setup-node@v1
9898
with:
99-
node-version: 16
99+
node-version: 18
100100

101101
- name: Build Registry
102102
run: |

.github/workflows/validate-openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
- name: Install RHOAS Guidelines linter
2121
run: |
2222
npm i @rhoas/spectral-ruleset

0 commit comments

Comments
 (0)