From e2216deca8ad4ef729c4788dbdf381a92a9c23f4 Mon Sep 17 00:00:00 2001 From: Benjamin Swann Date: Mon, 20 Apr 2026 11:10:28 -0400 Subject: [PATCH] test --- .github/workflows/compile.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 9689f0e..0e3d7f1 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -1,4 +1,4 @@ -name: Compile and push dist file +name: Compile and push dist file test to see if master fails on: [push, pull_request] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9940ca..ffda0b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: Test to see if master fails on: [push, pull_request] @@ -30,7 +30,7 @@ jobs: java-version: ${{ matrix.java-version }} - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20 - name: Compile run: | npm install @@ -56,7 +56,7 @@ jobs: java-version: ${{ matrix.java-version }} - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20 - name: Compile run: | npm install