From deb06cbf6e98c032e560c717e8cf55f0feee22ae Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Sat, 8 Apr 2023 12:47:21 +0900 Subject: [PATCH] chore(actions): add test for nodejs v18, v19 --- .github/workflows/NodeCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NodeCI.yml b/.github/workflows/NodeCI.yml index 4476768e..a6f5aa68 100644 --- a/.github/workflows/NodeCI.yml +++ b/.github/workflows/NodeCI.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}