Skip to content

Commit

Permalink
Updated PR flows to add Node v22 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed May 29, 2024
1 parent 6ce0c3a commit 04549ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build guide
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ppaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build project
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
fail-fast: false
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
strategy:
matrix:
wasm-dirctory: [config-wasm, hdr-histogram-wasm]
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
runs-on: ubuntu-latest
env:
WASM_FILE: ${{ matrix.wasm-dirctory }}_bg.wasm
Expand Down
2 changes: 1 addition & 1 deletion agent/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build project
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
runs-on: ubuntu-latest
# env:
# USE_XVFB: true
Expand Down
2 changes: 1 addition & 1 deletion common/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build project
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
runs-on: ubuntu-latest
# env:
# USE_XVFB: true
Expand Down
2 changes: 1 addition & 1 deletion controller/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build project
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
fail-fast: false
runs-on: ubuntu-latest

Expand Down

0 comments on commit 04549ca

Please sign in to comment.