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