From c62bc4e538a918d2bdf6dbe3c41fe08840d9b912 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Thu, 21 Apr 2022 08:22:04 +0200 Subject: [PATCH] chore: node 18 on 5.x ci (#3138) --- .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 b67d10a74..156a213cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: [12, 14, 15, 16, 17] + node_version: [12, 14, 15, 16, 17, 18] runs-on: ubuntu-latest