diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cc586c..423d2dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,10 +26,6 @@ jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - node_version: [16] - steps: - uses: actions/checkout@v3 with: @@ -37,7 +33,7 @@ jobs: - name: Setup uses: ./.github/actions/setup with: - node_version: ${{ matrix.node_version }} + node_version: 18 - name: Test uses: ./.github/actions/test