Skip to content

Commit

Permalink
Merge branch 'patricknelson-vitest'
Browse files Browse the repository at this point in the history
  • Loading branch information
crisward committed Jun 3, 2023
2 parents af48491 + fb81cec commit 3d096ab
Show file tree
Hide file tree
Showing 8 changed files with 2,169 additions and 6,752 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.gitattributes eol=lf
*.js eol=lf
*.json eol=lf
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm ci
- run: npm test
Loading

0 comments on commit 3d096ab

Please sign in to comment.