From 01d5dfc7b344b6494a5e6d84f9f44dfc1daafc88 Mon Sep 17 00:00:00 2001 From: Icebob Date: Sun, 23 Apr 2023 18:03:38 +0200 Subject: [PATCH] add node 18 to ci --- .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 5599837..1a0db79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: # node-version: [10.x, 12.x, 14.x, 15.x] - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x] fail-fast: false steps: