We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4271f5c commit fc9f4f8Copy full SHA for fc9f4f8
.buildkite/pipeline.yml
@@ -1,5 +1,5 @@
1
agents:
2
- image: "docker.elastic.co/ci-agent-images/ems/buildkite-agent-node18:0.1"
+ image: "docker.elastic.co/ci-agent-images/ems/buildkite-agent-node20:0.1"
3
cpu: "2"
4
memory: "2G"
5
.nvmrc
@@ -0,0 +1 @@
+lts/iron
package.json
@@ -70,5 +70,8 @@
70
"prettier": "^2.0.5",
71
"ts-jest": "^26.2.0",
72
"typescript": "4.6.3"
73
+ },
74
+ "engines": {
75
+ "node": ">=18 <=20"
76
}
77
0 commit comments