Skip to content

Commit cce743e

Browse files
committed
chore: change base stack version
1 parent a61e0f7 commit cce743e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.ci/scripts/pull_and_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
2-
# export NODEJS_VERSION=$(cat .nvmrc)
3-
export NODEJS_VERSION=18
2+
export NODEJS_VERSION=$(cat .nvmrc)
43
export STACK_VERSION=${STACK_VERSION:-8.19.5}
54

65
STACK_VERSION=${STACK_VERSION} \

.ci/scripts/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22
set -xo pipefail
33

4-
NODEJS_VERSION="18"
54
STACK_VERSION=${STACK_VERSION:-"8.19.5"}
65
APM_SERVER_PORT=${APM_SERVER_PORT:-"8200"}
76
APM_SERVER_URL=${APM_SERVER_URL:-"http://apm-server:8200"}
@@ -12,7 +11,7 @@ KIBANA_URL=${KIBANA_URL:-"http://kibana:5601"}
1211
for i in {1..3};
1312
do
1413
USER_ID="$(id -u):$(id -g)" \
15-
NODEJS_VERSION=${NODEJS_VERSION} \
14+
NODEJS_VERSION=$(cat .nvmrc) \
1615
STACK_VERSION=${STACK_VERSION} \
1716
APM_SERVER_PORT=${APM_SERVER_PORT} \
1817
APM_SERVER_URL=${APM_SERVER_URL} \

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
stack-version:
68-
- '8.0.0-SNAPSHOT'
68+
- '8.6.0-SNAPSHOT'
6969
- '8.19.5'
7070
scope:
7171
- '@elastic/apm-rum'

0 commit comments

Comments
 (0)