From 0dce0ab91cc268814b84f75fb7d95b9e337b8c05 Mon Sep 17 00:00:00 2001 From: Maksim Kudrytski Date: Tue, 9 Sep 2025 13:03:57 +0100 Subject: [PATCH] Update webpack.yml --- .github/workflows/webpack.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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: |