From 88e005bee703e04a58378f81b448a2970264e303 Mon Sep 17 00:00:00 2001 From: Caleb Mabry Date: Wed, 1 Feb 2023 15:47:48 -0500 Subject: Issues with versioning --- .github/workflows/test.yml | 2 ++ .nvmrc | Bin 16 -> 9 bytes 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa38050..8b3d85f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,8 @@ jobs: uses: actions/checkout@v1 - name: Setup Node uses: actions/setup-node@v1 + with: + node-version: 14 - name: Install Dependencies run: npm install - name: Run Tests diff --git a/.nvmrc b/.nvmrc index 15238e9..e093aa3 100644 Binary files a/.nvmrc and b/.nvmrc differ -- cgit