Skip to content

Commit 1c2a684

Browse files
author
Jonathan Visser
committed
Re-enable brancher, set brancher test node version to 22
1 parent eff7d37 commit 1c2a684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
php_version: [8.1, 8.2, 8.3]
10-
testsuite: [general]
10+
testsuite: [general, brancher]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout hypernode-deploy

ci/test/run-brancher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DP="docker run --rm -v /tmp/m2build:/web -e HYPERNODE_API_TOKEN -e SSH_PRIVATE_K
1010
# Build Docker image
1111
docker build \
1212
-f ci/build/Dockerfile \
13-
--build-arg NODE_VERSION=16 \
13+
--build-arg NODE_VERSION=22 \
1414
--build-arg PHP_VERSION="${PHP_VERSION:-8.2}" \
1515
-t hndeploy \
1616
.

0 commit comments

Comments
 (0)