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 849cfb0 commit 60b1bf5Copy full SHA for 60b1bf5
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup node
22
uses: actions/setup-node@v4
23
with:
24
- node-version-file: .node-version
+ node-version-file: .tool-versions
25
cache: npm
26
27
- name: Install dependencies
.node-version
.tool-versions
@@ -0,0 +1 @@
1
+nodejs 24.0.1
0 commit comments