From 38ee567f978b295ac9e90879f73e1ed460995766 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 2 Oct 2024 16:33:06 -0700 Subject: [PATCH] Unify action versions --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8da590da..22309811f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,12 +58,10 @@ jobs: if: github.event_name == 'push' && github.repository == 'captbaritone/webamp' needs: [build-and-test] steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v1 + - uses: actions/setup-node@v1 with: node-version: 20.x - registry-url: https://registry.npmjs.org/ - cache: "yarn" - name: Install dependencies run: yarn install --frozen-lockfile --ignore-scripts - name: Build latest (master) version