Skip to content

Commit 43cbf9f

Browse files
committed
add ver 24
1 parent 89f2116 commit 43cbf9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dts-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
node-version: ["18.x", "20.x", "22.x"]
22+
node-version: ["22.x", "24.x"]
2323
env:
2424
EMULATOR_VERSION: "latest"
2525
runs-on: ubuntu-latest

.github/workflows/pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
node-version: ["18.x", "20.x", "22.x"]
44+
node-version: ["22.x", "24.x"]
4545
needs: lint-and-unit-tests
4646
runs-on: ubuntu-latest
4747

0 commit comments

Comments
 (0)