From 8aa230d194f1b89ae5f4b2b843f978f804cce7f3 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Sat, 6 Jan 2024 08:39:35 -0500 Subject: [PATCH] WIP --- .github/workflows/main.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 91005ca..e5c7471 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,11 +21,9 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{matrix.version}} - cache: pip - # - uses: actions/setup-node@v4 - # with: - # node-version: latest - # cache: npm - # - run: npm install -g livereload + - uses: actions/setup-node@v4 + with: + node-version: latest + - run: npm install -g livereload - run: ./plano install - run: transom-self-test