Skip to content

Commit

Permalink
ci: Use Node 20 in CI and provide additional tests for Node 22 #16 [a…
Browse files Browse the repository at this point in the history
…dditional tests]
  • Loading branch information
cnouguier committed Jul 18, 2024
1 parent 852c9bd commit 163d19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: [ 22 ]
node: [ 18, 22 ]
name: Additional tests
if: ${{ contains(github.event.head_commit.message, 'additional tests') }}
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ init_github_run_tests() {
}

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

begin_group "Init $CI_ID for $JOB_ID"
Expand Down

0 comments on commit 163d19d

Please sign in to comment.