Skip to content

Commit 9158595

Browse files
committed
Revert "try node 18"
This reverts commit 9779860.
1 parent 9779860 commit 9158595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [macos-14, windows-2022]
1313
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
14-
node-version: [18]
14+
node-version: [20]
1515
timeout-minutes: 8
1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/integration-tests-extended.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [macos-14, windows-2022]
1313
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
14-
node-version: [18]
14+
node-version: [20]
1515
timeout-minutes: 11
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)