Skip to content

Commit

Permalink
chore: use .node-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Nov 18, 2024
1 parent 7ff799b commit b4f6dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run lint
Expand All @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run semantic-release
Expand Down
File renamed without changes.

0 comments on commit b4f6dbe

Please sign in to comment.