We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9b2f9 commit 815f43dCopy full SHA for 815f43d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version-file: .nvmrc
+ node-version-file: .tool-versions
20
cache: npm
21
- name: Install dependencies
22
run: npm ci
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
.nvmrc
.tool-versions
@@ -1 +1 @@
1
-nodejs 20.11.0
+nodejs 22.12.0
0 commit comments