diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index d18159db..52ce4eee 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -6,17 +6,12 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x, 20.x, 22.x] - steps: - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 18.x - name: Build run: |