Skip to content

Commit

Permalink
Unit test update
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Nov 3, 2023
1 parent 3045a27 commit 01a4669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 01a4669

Please sign in to comment.