Skip to content

Commit 934087d

Browse files
committed
chore: use asdf
1 parent d75723f commit 934087d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version-file: .nvmrc
14+
node-version-file: .tool-versions
1515
- run: npm ci
1616
- run: npm run lint
1717
- run: npm run test
@@ -26,8 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version-file: .nvmrc
30-
registry-url: https://registry.npmjs.org/
29+
node-version-file: .tool-versions
3130
- run: npm ci
3231
- run: npm run build
3332
- run: npm publish --provenance --access public

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version-file: .nvmrc
13+
node-version-file: .tool-versions
1414
- run: npm install
1515
- run: npm run lint
1616
- run: npm run test

.nvmrc

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 20.13.1

0 commit comments

Comments
 (0)