From f0536dcc6a2e0758b1554c2673c218dd8e9c2d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Fri, 22 Apr 2022 12:11:05 +0300 Subject: [PATCH] ci: test using Node.js 18 --- .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 ba734e924..cc1851bba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,12 +40,12 @@ jobs: test: strategy: matrix: - # Test with Node.js v12 (LTS), v14 (LTS), v16 (LTS), and 17 (Current) + # Test with Node.js v12 (LTS), v14 (LTS), v16 (LTS), and 18 (Current) node: - 12 - 14 - 16 - - 17 + - 18 # Test with Ubuntu, macOS, and Windows os: - ubuntu-latest