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