From ae4d8010232e6f706385f167c75a792518739700 Mon Sep 17 00:00:00 2001 From: abdullah-cognite <100700755+abdullah-cognite@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:36:56 +0100 Subject: [PATCH] Update is-compatible.yml --- .github/workflows/is-compatible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 0a8527aab..375720a5b 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '20' cache: 'yarn' - name: Install dependencies run: yarn install --immutable --prefer-offline