From e2dd69cd6c56234f749b87437b37d5f38fc659cb Mon Sep 17 00:00:00 2001 From: Juan Fernandez Date: Fri, 20 Sep 2024 12:51:49 +0200 Subject: [PATCH] fix version --- .github/workflows/plugins.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 203584d8523..443a763a0bf 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -871,10 +871,11 @@ jobs: SERVICES: mssql steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v3 + with: + node-version: '22.8.0' - uses: ./.github/actions/testagent/start - - uses: ./.github/actions/node/setup - uses: ./.github/actions/install - - uses: ./.github/actions/node/latest - run: yarn test:plugins:ci - run: yarn test:plugins:upstream - if: always()