We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b19ff0 commit aad6a7eCopy full SHA for aad6a7e
.github/workflows/ci.yml
@@ -13,7 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
16
- node-version: [18.x, 20.x]
+ # 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]
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments