From bab20481df5f12a241bba5998f79a90ab0daab4c Mon Sep 17 00:00:00 2001 From: Sandy Rogers Date: Fri, 4 Oct 2024 13:38:40 +0100 Subject: [PATCH] set up node in tests dir --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 735bd16..ecc6c47 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Free up disk space uses: jlumbroso/free-disk-space@main @@ -33,6 +33,7 @@ jobs: run: wget -O shiny-proxy/shinyproxy-2.6.1.jar https://www.shinyproxy.io/downloads/shinyproxy-2.6.1.jar - uses: actions/setup-node@v4 + working-directory: tests with: node-version: 20 cache: 'npm'