Skip to content

Commit 7ff72a2

Browse files
committed
Upgrade GHA node version to 18
1 parent 2924efc commit 7ff72a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gitpod-web-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
gcloud auth configure-docker --quiet
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 18
2424
cache: 'yarn'
2525
cache-dependency-path: '**/yarn.lock'
2626

.github/workflows/release-gitpod-remote.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515

1616
- name: Install dependencies
1717
run: |

0 commit comments

Comments
 (0)