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 00c266b commit 88c4e91Copy full SHA for 88c4e91
.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
@@ -67,5 +67,8 @@
67
"prettier": "^2.0.5",
68
"ts-jest": "^26.2.0",
69
"typescript": "4.6.3"
70
+ },
71
+ "engines": {
72
+ "node": ">=18 <=20"
73
}
74
0 commit comments