From 32a6319c6450f57f17ab6f23d538f5c010968b06 Mon Sep 17 00:00:00 2001 From: Rafal Slawik Date: Wed, 4 Jun 2025 10:11:58 +0000 Subject: [PATCH] Bump workflow 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 d1d8971..46eb6e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,9 +4,10 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: + node-version: node cache: 'npm' - run: npm ci - run: npm test