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 2fd2890 commit 9702c17Copy full SHA for 9702c17
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
suite: [node]
16
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
17
- node-version: [18.x, 20.x, 22.4] # TODO: unpin to 22.x once https://github.com/nodejs/node/issues/53902 is resolved
+ node-version: [18.x, 20.x, 22.x]
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments