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 3283f8a commit a72d49eCopy full SHA for a72d49e
.github/workflows/ci.yml
@@ -145,7 +145,7 @@ jobs:
145
runs-on: ubuntu-latest
146
strategy:
147
matrix:
148
- node_version_to_setup: [16, 18, 19]
+ node_version_to_setup: [20, 22, 23]
149
permissions:
150
contents: read # for actions/checkout
151
steps:
.node-version
@@ -1 +1 @@
1
-v20
+v22
0 commit comments