diff options
| author | Caleb Mabry <caleb.mabry.15@cnu.edu> | 2023-02-01 15:47:48 -0500 |
|---|---|---|
| committer | Caleb Mabry <caleb.mabry.15@cnu.edu> | 2023-02-01 15:47:48 -0500 |
| commit | 88e005bee703e04a58378f81b448a2970264e303 (patch) | |
| tree | 41fab94ad20aee4906a661030d66df3dd19d89f5 /.github | |
| parent | 09a23ea9d7ee37d8e2dfb036786c41ce37496c51 (diff) | |
Issues with versioning
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
