Skip to content

Commit 8da13aa

Browse files
authored
Use node 18 for the frontend build (#1666)
1 parent 211f7ca commit 8da13aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ tasks:
352352
deadline: {$fromNow: '1 hour'}
353353
payload:
354354
maxRunTime: 3600
355-
image: node
355+
image: node:18
356356
env:
357357
BACKEND_URL: "${backend_url}"
358358
command:

0 commit comments

Comments
 (0)