From 316635840d0a441ddca9b81a6b20f108f06eeccc Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 21:36:58 -0500 Subject: [PATCH] fix: pr workflow --- .github/workflows/pr.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 554eaf9..4f6eea1 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -10,10 +10,14 @@ concurrency: jobs: test: container: - image: myoung34/github-runner:latest + image: ubuntu:latest options: --user 1 runs-on: self-hosted steps: + - name: Setup + run: | + node --version + ln -s $(command -v node) /__e/node12/bin/node - name: Clone uses: actions/checkout@v1 - name: Install Nix