Skip to content

Commit 863a61a

Browse files
committed
chore: use .node-version file
1 parent 0c656ab commit 863a61a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v4
99
with:
10-
node-version-file: .nvmrc
10+
node-version-file: .node-version
1111
cache: npm
1212
- run: npm ci
1313
- run: npm run lint
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version-file: .nvmrc
28+
node-version-file: .node-version
2929
cache: npm
3030
- run: npm ci
3131
- run: npm run semantic-release
File renamed without changes.

0 commit comments

Comments
 (0)