Skip to content

Commit

Permalink
Update jest-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Babali42 authored Oct 12, 2024
1 parent e52912e commit e42631f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jest-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.13'

- name: Install dependencies
run: npm install

- name: Run Jest tests
- name: Run tests
run: npm run test

0 comments on commit e42631f

Please sign in to comment.