Skip to content

Commit

Permalink
wip: Use Node 20 in CI and provide additional tests for Node 22 #16 […
Browse files Browse the repository at this point in the history
…additional tests]
  • Loading branch information
cnouguier committed Jul 18, 2024
1 parent 68bfecc commit 435d859
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ 18, 20 ]
node: [ 22 ]
name: Additional tests
if: ${{ contains(github.event.head_commit.message, 'additional tests') }}
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ THIS_DIR=$(dirname "$THIS_FILE")
### Github Actions

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

init_github_additional_tests() {
install_reqs age sops nvm node18 node20
install_reqs age sops nvm node22
}

begin_group "Init $CI_ID for $JOB_ID"
Expand Down
2 changes: 1 addition & 1 deletion scripts/kash
Submodule kash updated 3 files
+12 −0 CHANGELOG.md
+2 −0 README.md
+34 −32 kash.sh
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=""
CI_STEP_NAME="Run tests"
CODE_COVERAGE=false
Expand Down

0 comments on commit 435d859

Please sign in to comment.