From 563019768fe6de7b3240dd8fcdf8db4d7990680a Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 6 May 2022 09:30:47 -0700 Subject: [PATCH] ci: test on node 18 --- .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 13c3032f..f9797acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [12.x, 14.x, 16.x, 18.x] platform: - os: ubuntu-latest shell: bash