From 40e8db4727a652f323e2fc507382aee5cbb59766 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 5 Jan 2023 20:56:37 +0200 Subject: ci: add node v18 to test matrix, remove v12/v10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3344fa2..65e50da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '16', '14', '12', '10' ] + node: [ '18', '16', '14' ] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v1 -- cgit v1.2.3