Skip to content

Commit

Permalink
feat: Upgrade NodeJS to v20 (closes #278) [additional_tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jun 14, 2024
1 parent 5b9567d commit 2ee390c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ 18, 20 ]
node: [ 16, 18, 20 ]
mongo: [ 5, 6, 7 ]
name: Additional tests
if: ${{ contains(github.event.head_commit.message, 'additional tests') }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ THIS_DIR=$(dirname "$THIS_FILE")
### Github Actions

init_github_run_tests() {
install_reqs yq age sops nvm node16 mongo4 cc_test_reporter
install_reqs yq age sops nvm node20 mongo4 cc_test_reporter
}

init_github_build_app() {
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKSPACE_DIR="$(dirname "$ROOT_DIR")"
## Parse options
##

NODE_VER=16
NODE_VER=20
MONGO_VER=4
CI_STEP_NAME="Run tests"
CODE_COVERAGE=false
Expand Down

0 comments on commit 2ee390c

Please sign in to comment.