Skip to content

Commit

Permalink
set up node in tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 4, 2024
1 parent 8a73cec commit bab2048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit bab2048

Please sign in to comment.