Skip to content

Commit

Permalink
ci: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Apr 14, 2024
1 parent e905e1b commit f396722
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 14
- name: Testing
run: |
npm install
Expand Down
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f396722

Please sign in to comment.