From 63c0a32306c0bfbbe367dde3616fcac671af3f5e Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 24 Apr 2021 12:53:54 +0300 Subject: [PATCH] ci: run tests on Node.js 16 instead of Node.js 15 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a51dab81f1..7e27865f6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ jobs: strategy: fail-fast: false matrix: - node: + node: - '12.17' - '14' - - '15' + - '16' platform: - ubuntu-latest - windows-latest