From a13ffcb1f27e834a762837e136ff018f1d34ef06 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sun, 8 Oct 2023 14:25:18 +0000 Subject: [PATCH] chore(test): end of support for node v16 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1282528..134b3a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: build: # make sure build/ci work properly strategy: matrix: - node: [16, 18] + node: [18] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: @@ -27,7 +27,7 @@ jobs: build-on-windows: strategy: matrix: - node: [16, 18] + node: [18] runs-on: windows-latest steps: - uses: actions/checkout@v3 @@ -45,7 +45,7 @@ jobs: test: # make sure the action works on a clean machine without building strategy: matrix: - node: [16, 18] + node: [18] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: test-on-windows: strategy: matrix: - node: [16, 18] + node: [18] runs-on: windows-latest steps: - name: Dump GitHub context