Skip to content

Commit

Permalink
feat: polyfill AbortController, so that Ceramic node works on Node.js…
Browse files Browse the repository at this point in the history
… v14 (#2090)

* feat: polyfill AbortController, so that Ceramic node works on Node.js v14

* chore: Make it run on CircleCI on Node.js v14

* drop CircleCI customisation

* chore: node-version as string

* chore: and drop node -v

* chore: undo debug-time console.log
  • Loading branch information
ukstv authored Mar 24, 2022
1 parent af28f57 commit fff3e8a
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 15,053 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commands:
steps:
- checkout
- node/install:
node-version: '16.13'
node-version: "16"
- node/install-packages
- run: npm run lint
- run: npm run build
Expand Down
Loading

0 comments on commit fff3e8a

Please sign in to comment.