Skip to content

Commit 2146c9c

Browse files
committed
ci: Update GitHub Actions workflows to use Node.js 22.x
1 parent e93cde2 commit 2146c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x] # Using only Node.js LTS for integration tests
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x, 20.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)