From 2e8a78dddbcce13c9176e784d0671925e701f643 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 31 Jul 2023 16:30:00 +0200 Subject: [PATCH] lock node-js version on ci (#4606) https://github.com/nodejs/node/issues/48921 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce25c1f0a4..18e2e18c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + # todo put back? + node-version: [16.x, 18.16.0, 20.4.0] steps: - name: Checkout sources uses: actions/checkout@v3