diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 813c00f9f..2bec1775c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["18", "20", "22"] + node: ["18", "20", "22.4.1"] name: Node ${{ matrix.node }} steps: - name: Checkout repository @@ -14,8 +14,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - name: Install working npm - run: npm install -g npm@10.7.0 - name: Install run: npm ci - name: Build @@ -37,7 +35,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.4.1 - name: Install run: npm ci - name: Build