From bf05212010f2b6373e30fee6d7b0196cb0b542e0 Mon Sep 17 00:00:00 2001 From: Shikhir Arora Date: Wed, 24 Aug 2022 05:44:41 -0400 Subject: [PATCH] CI node version update --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9d295b0..d44573e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [17.x, 16.x] + node-version: [18.x, 17.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}