Skip to content

Commit

Permalink
Bump node version to 18 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 31, 2024
1 parent eab0c3a commit 8f5561a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ steps:
queue: "opensource-arm-mac-cocoa-12"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
NODE_VERSION: "18"
artifact_paths: build/output.apk
commands:
- features/scripts/build-android.sh
Expand All @@ -43,6 +44,7 @@ steps:
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
DEVELOPER_DIR: "/Applications/Xcode14.app"
NODE_VERSION: "18"
artifact_paths: build/output.ipa
commands:
- features/scripts/build-ios.sh
Expand Down

0 comments on commit 8f5561a

Please sign in to comment.