Skip to content

Commit fff3e8a

Browse files
authored
feat: polyfill AbortController, so that Ceramic node works on Node.js 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
1 parent af28f57 commit fff3e8a

File tree

11 files changed

+85
-15053
lines changed

11 files changed

+85
-15053
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands:
77
steps:
88
- checkout
99
- node/install:
10-
node-version: '16.13'
10+
node-version: "16"
1111
- node/install-packages
1212
- run: npm run lint
1313
- run: npm run build

0 commit comments

Comments
 (0)