Skip to content

Commit aad6a7e

Browse files
committed
Pin to Node.js 20.11.1
1 parent 8b19ff0 commit aad6a7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
16-
node-version: [18.x, 20.x]
16+
# FIXME: Tests are failing on Node.js v20.12.1 (https://github.com/replicate/replicate-javascript/issues/237)
17+
node-version: [18.x, 20.11.1]
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)