Skip to content

Commit

Permalink
SNOW-1356385 add tests for node 22 to matrix (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk authored Oct 14, 2024
1 parent 4f20086 commit c748d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
cloud: [ 'AWS', 'AZURE', 'GCP' ]
nodeVersion: [ '14.x', '16.x', '18.x', '20.x']
nodeVersion: [ '14.x', '16.x', '18.x', '20.x', '22.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
fail-fast: false
matrix:
cloud: [ 'AWS', 'AZURE', 'GCP' ]
nodeVersion: [ '14.x', '16.x', '18.x', '20.x']
nodeVersion: [ '14.x', '16.x', '18.x', '20.x', '22.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
fail-fast: false
matrix:
cloud: [ 'AWS', 'AZURE', 'GCP' ]
nodeVersion: ['18.x', '20.x']
nodeVersion: ['18.x', '20.x', '22.x']
steps:
- uses: actions/checkout@v4
- name: Download Build Artifacts
Expand Down

0 comments on commit c748d3b

Please sign in to comment.