File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed
Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33executors :
44 default :
55 docker :
6- - image : cimg/node:18. 20.2
6+ - image : cimg/node:20.19.0
77 working_directory : ~/react-native-paper
88
99commands :
@@ -106,7 +106,6 @@ jobs:
106106 name : Build docs
107107 command : |
108108 export DOCUSAURUS_BASE_URL="/output/job/$CIRCLE_WORKFLOW_JOB_ID/artifacts/$CIRCLE_NODE_INDEX/docs/"
109- export NODE_OPTIONS="--require $(pwd)/docs/scripts/node-shims.cjs"
110109 cd docs && yarn build && cd ..
111110 bash .circleci/comment-artifacts.sh
112111 - store_artifacts :
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ const path = require('path');
55const darkCodeTheme = require ( 'prism-react-renderer/themes/dracula' ) ;
66const lightCodeTheme = require ( 'prism-react-renderer/themes/github' ) ;
77
8- // Node 18 lacks a global File in some environments; undici expects it during build.
9- if ( typeof globalThis . File === 'undefined' ) {
10- globalThis . File = require ( 'undici' ) . File ;
11- }
12-
138const { extendedExamples } = require ( './src/data/extendedExamples.js' ) ;
149const { screenshots } = require ( './src/data/screenshots.js' ) ;
1510const { themeColors } = require ( './src/data/themeColors.js' ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments