From a7f9830717d06a82d1dbf4dc7adde0cdcbcf7bfe Mon Sep 17 00:00:00 2001 From: rochdev Date: Mon, 25 Nov 2024 19:52:01 -0500 Subject: [PATCH] restore setup node --- .github/workflows/plugins.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 77e81897f4..f95818a1b2 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -837,6 +837,10 @@ jobs: curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217 - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + cache: yarn + node-version: '16' - uses: ./.github/actions/install - run: which node - run: yarn config set ignore-engines true