From 608c36e06c37ebf6ce9c42be81eebec50ec88a57 Mon Sep 17 00:00:00 2001 From: Daniele Dellafiore <66707+ildella@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:06:35 +0100 Subject: [PATCH] bump test action script code to latest versions --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e23e2373..1a6dc6bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,9 +19,10 @@ jobs: node-version: [20.x, 22.x] steps: - - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + - uses: actions/checkout@v4 + - run: corepack enable + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: yarn