Skip to content

Commit a418a0b

Browse files
authored
use asdf (#125)
1 parent 546e5c8 commit a418a0b

File tree

4 files changed

+3
-68
lines changed

4 files changed

+3
-68
lines changed

.devcontainer/devcontainer-lock.json

-24
This file was deleted.

.devcontainer/devcontainer.json

-43
This file was deleted.

.tool-versions

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 20.17.0
2+
pnpm 9.11.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Code for my personal website.
44

55
## Run Locally
66

7-
Open up the project in a devcontainer, then run the following
7+
I'm using [asdf](https://asdf-vm.com/) to manage my Node.js version. You can install the correct version by running `asdf install` in the root of the project.
88

99
```
1010
pnpm i

0 commit comments

Comments
 (0)