Skip to content

Commit

Permalink
Merge branch 'vitest' of github.com:patricknelson/svelte-tag into pat…
Browse files Browse the repository at this point in the history
…ricknelson-vitest
  • Loading branch information
crisward committed Jun 3, 2023
2 parents af48491 + 54384d6 commit fb81cec
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 fb81cec

Please sign in to comment.