Skip to content

Commit

Permalink
Change: bump to rollup 4, node 18 (#35)
Browse files Browse the repository at this point in the history
* Bump to rollup 4

* Bump node version
  • Loading branch information
eight04 committed Oct 27, 2023
1 parent 216fad9 commit f6b2e39
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3
Expand Down
Loading

0 comments on commit f6b2e39

Please sign in to comment.