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 d665310Copy full SHA for d665310
.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.21.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.21.0
0 commit comments