Skip to content

Commit

Permalink
Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-96 committed Dec 2, 2023
1 parent 19cdeb4 commit b53a325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'src/**'
- 'tests/**'
- '.github/workflows/test.yml'

env:
NODE_VERSION: 16
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: $NODE_VERSION
node-version: ${{ env.NODE_VERSION }}

- name: Install npm dependencies
run: |
Expand Down

0 comments on commit b53a325

Please sign in to comment.