From b10fef25c99134d514fec4ddde19302661db5974 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 3 Feb 2022 14:36:22 +0100 Subject: [PATCH] ci: use Node 16 for browser test (#15569) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 939496ded60..738175273df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '16' - name: Install Packages run: npm install - name: Test