Skip to content

Commit

Permalink
test: 💍 fix int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Dec 30, 2023
1 parent 0f6dd72 commit ad1d798
Show file tree
Hide file tree
Showing 6 changed files with 1,787 additions and 5,646 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 16.6
- name: Install dependencies
run: npm ci
- name: Linting
Expand Down
Loading

0 comments on commit ad1d798

Please sign in to comment.