Skip to content

Commit 54a3291

Browse files
authored
Also updating remaining jobs to node 18 (#6905)
1 parent 08fa9eb commit 54a3291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setting up Node.js
6565
uses: actions/setup-node@v4
6666
with:
67-
node-version: 16
67+
node-version: 18
6868
cache: npm
6969

7070
- name: Installing Node.js packages
@@ -115,7 +115,7 @@ jobs:
115115
- name: Setting up Node.js
116116
uses: actions/setup-node@v4
117117
with:
118-
node-version: 16
118+
node-version: 18
119119
cache: npm
120120

121121
- name: Installing Node.js packages
@@ -165,7 +165,7 @@ jobs:
165165
- name: Setting up Node.js
166166
uses: actions/setup-node@v4
167167
with:
168-
node-version: 16
168+
node-version: 18
169169
cache: npm
170170

171171
- name: Installing Node.js packages

0 commit comments

Comments
 (0)