Skip to content

Commit c748d3b

Browse files
SNOW-1356385 add tests for node 22 to matrix (#935)
1 parent 4f20086 commit c748d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
cloud: [ 'AWS', 'AZURE', 'GCP' ]
52-
nodeVersion: [ '14.x', '16.x', '18.x', '20.x']
52+
nodeVersion: [ '14.x', '16.x', '18.x', '20.x', '22.x']
5353
steps:
5454
- uses: actions/checkout@v4
5555
- uses: actions/setup-node@v3
@@ -87,7 +87,7 @@ jobs:
8787
fail-fast: false
8888
matrix:
8989
cloud: [ 'AWS', 'AZURE', 'GCP' ]
90-
nodeVersion: [ '14.x', '16.x', '18.x', '20.x']
90+
nodeVersion: [ '14.x', '16.x', '18.x', '20.x', '22.x']
9191
steps:
9292
- uses: actions/checkout@v4
9393
- uses: actions/setup-node@v3
@@ -141,7 +141,7 @@ jobs:
141141
fail-fast: false
142142
matrix:
143143
cloud: [ 'AWS', 'AZURE', 'GCP' ]
144-
nodeVersion: ['18.x', '20.x']
144+
nodeVersion: ['18.x', '20.x', '22.x']
145145
steps:
146146
- uses: actions/checkout@v4
147147
- name: Download Build Artifacts

0 commit comments

Comments
 (0)