From d422f414583e2171d3f02adaf7c2c3889af897e1 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 21 Jul 2024 10:13:24 -0600 Subject: [PATCH] Node version? --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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