From db861ce05b26d058c1afff93cf737c6fd753f411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20Ja=CC=88ppinen?= Date: Fri, 7 May 2021 09:11:11 +0300 Subject: [PATCH] ci: replace Node.js 15 with 16 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db30b326c..9873c604f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,12 +20,12 @@ jobs: test: strategy: matrix: - # Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v15 (latest) + # Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v16 (latest) node: - 10 - 12 - 14 - - 15 + - 16 # Test with Ubuntu and macOS os: - ubuntu-latest