diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index 1cd4335..d2d0a27 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -20,7 +20,7 @@ jobs: run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo ">>> Started xvfb" - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16.x' cache: 'yarn'