Skip to content

Commit

Permalink
test: installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun0157 committed Mar 14, 2024
1 parent 2f88288 commit 47137ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- name: install dependencies
run: npm i
- name: jest check
run: npm run test

0 comments on commit 47137ec

Please sign in to comment.