We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dcdc7 commit c72065eCopy full SHA for c72065e
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v4
50
- uses: actions/setup-node@v4
51
with:
52
- node-version: '16.20.2' # specified in the package.json engines.node field
+ node-version: '22.15.0' # specified in the package.json engines.node field
53
54
- name: Install dependencies
55
run: npm ci
.nvmrc
@@ -1 +1 @@
1
-20.19.1
+22.15.0
0 commit comments