Skip to content

Commit 9779860

Browse files
committed
try node 18
1 parent 4e4201b commit 9779860

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: [20]
14+
node-version: [18]
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: [20]
14+
node-version: [18]
1515
timeout-minutes: 11
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)