Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3283184
D11493.id38589.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11493.id38589.diff
View Options
diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml
--- a/.buildkite/eslint_flow_jest.yml
+++ b/.buildkite/eslint_flow_jest.yml
@@ -5,7 +5,7 @@
automatic: true
plugins:
- docker#v5.3.0:
- image: 'node:16.13-bullseye'
+ image: 'node:20.10.0-bullseye'
always-pull: true
workdir: /comm
propagate-environment: true
diff --git a/.buildkite/jsi_codegen.yml b/.buildkite/jsi_codegen.yml
--- a/.buildkite/jsi_codegen.yml
+++ b/.buildkite/jsi_codegen.yml
@@ -5,13 +5,14 @@
- 'apt update && apt install -y cmake'
- 'curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y'
- '. /root/.cargo/env'
+ - 'git config --global --add safe.directory /comm'
- 'yarn ci-cleaninstall'
- 'cd native && yarn codegen-jsi && git diff --exit-code'
retry:
automatic: true
plugins:
- docker#v5.3.0:
- image: 'node:16.13-bullseye'
+ image: 'node:20.10.0-bullseye'
always-pull: true
workdir: /comm
propagate-environment: true
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 11:34 AM (22 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2522124
Default Alt Text
D11493.id38589.diff (1 KB)
Attached To
Mode
D11493: [buildkite] Update image used in Buildkite JS workflows to Node 20
Attached
Detach File
Event Timeline
Log In to Comment