Skip to content

Commit 60b1bf5

Browse files
committed
chore: Add .tool-versions
1 parent 849cfb0 commit 60b1bf5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version-file: .node-version
24+
node-version-file: .tool-versions
2525
cache: npm
2626

2727
- name: Install dependencies

.node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 24.0.1

0 commit comments

Comments
 (0)