Skip to content

Commit

Permalink
Use Node 14 image for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 10, 2020
1 parent ea0e390 commit e1d5dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- run:
name: Post REPL comment
command: ./scripts/post-comment.js
node-v13-latest:
node-v14-latest:
docker:
- image: lukastaegert/circleci-node-v13:latest
- image: rollupcabal/circleci-node-v14:latest
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -80,7 +80,7 @@ workflows:
filters:
tags:
only: /.*/
- node-v13-latest:
- node-v14-latest:
requires:
- analysis
filters:
Expand Down
1 change: 0 additions & 1 deletion src/Module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ export default class Module {
localName: specifier.local.name,
module: null as any, // filled in later,
source,
// TODO Lukas does anyone need this?
start: specifier.start
};
}
Expand Down

0 comments on commit e1d5dc5

Please sign in to comment.