Skip to content

Commit

Permalink
Update rollup to new major 3.6.0, adjusted tsconfig
Browse files Browse the repository at this point in the history
* Updated rollup to new major version 3.x (3.6.0)
  and also updated corresponding dependencies
* Adjusted tsconfig to run cypress using ES modules
  (ES2015 is the latest supported version by cypress 11)

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Dec 8, 2022
1 parent 1e3b499 commit 95c7459
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
node-version: [ 16, 18 ]
include:
- node-version: 14
- node-version: 16
coverage: coverage

name: test
Expand Down
Loading

0 comments on commit 95c7459

Please sign in to comment.