From b74fbe4d0c3947cb42d15eceb53aeb96a757c50d Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 21 Jan 2021 20:00:22 +0000 Subject: [PATCH] test with the latest node --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 39068ad..6b06bc3 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -15,13 +15,13 @@ tasks: in: $map: - name: yarn test - image: node:12 + image: node:14 command: >- cd frontend && yarn --frozen-lockfile && yarn test - name: yarn lint - image: node:12 + image: node:14 command: >- cd frontend && yarn --frozen-lockfile &&