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 3b29f0c commit 3045a27
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,16 @@ on:
pull_request:
branches: [ main ]

runs:
using: 'node20'
jobs:
build:
name: Build & Run Tests
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 3045a27

Please sign in to comment.