Skip to content

Commit 18f76fa

Browse files
authored
build: add node 24 in matrix testing (#1054)
1 parent db92c9b commit 18f76fa

File tree

3 files changed

+299
-737
lines changed

3 files changed

+299
-737
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-latest, windows-latest, ubuntu-latest]
16-
node: [18, 20, 22]
16+
node: [18, 20, 22, 24]
1717
cli: ['@salesforce/cli']
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)