Skip to content

Commit

Permalink
Update actions in unit-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Feb 21, 2024
1 parent ae1322d commit 8f46eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
steps:
# Checkout the repository
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Set up the required Node.js version
- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm run test

0 comments on commit 8f46eef

Please sign in to comment.