Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.8.0
18.13.0
2 changes: 1 addition & 1 deletion buildkite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
- "npm test"
plugins:
- docker#v3.7.0:
image: node:latest
image: node:lts
# Prevent mounting the agent, otherwise BUILDKITE_JOB_ID and
# BUILDKITE_BUILD_ID are passed through to the container and mess up
# the CI detection — we want a clean state process.env for testing.
Expand Down