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 aae332f commit e310d87Copy full SHA for e310d87
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v5
50
- uses: actions/setup-node@v4
51
with:
52
- node-version: '22.18.0' # specified in the package.json engines.node field
+ node-version: '22.19.0' # specified in the package.json engines.node field
53
54
- name: Install dependencies
55
run: npm ci
.nvmrc
@@ -1 +1 @@
1
-22.18.0
+22.20.0
0 commit comments