From c4010cfeef0357ce73c496677699c4166c50a100 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Mon, 12 Feb 2024 16:03:11 -0600 Subject: [PATCH] Update test_action's GHA and move witness to dist directory Signed-off-by: John Kjell --- .github/workflows/test_action.yml | 6 +++--- witness => dist/witness | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename witness => dist/witness (100%) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 6938411..6af6e34 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci diff --git a/witness b/dist/witness similarity index 100% rename from witness rename to dist/witness