diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 82d3e02..2d69365 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,10 +36,6 @@ jobs: needs: test if: github.ref == 'refs/heads/main' - strategy: - matrix: - node-version: [16.x, 18.x] - steps: - name: 👍 Checkout uses: actions/checkout@v3 @@ -47,7 +43,7 @@ jobs: - name: ❇️ Setup node.js uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version: 18 registry-url: 'https://registry.npmjs.org' - name: 📥 Install Dependencies