Skip to content

Commit

Permalink
Merge pull request #52 from faergeek/use-asdf
Browse files Browse the repository at this point in the history
chore: remove .nvmrc, use .tool-versions
  • Loading branch information
faergeek authored Mar 13, 2024
2 parents 9fcbc0c + 3bc3d79 commit 8a92b5a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: .nvmrc
node-version-file: .tool-versions
- run: pnpm install --frozen-lockfile
- run: pnpm run format:check
- run: pnpm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: .nvmrc
node-version-file: .tool-versions
- run: pnpm install --frozen-lockfile
- run: pnpm exec commitlint --verbose --from=remotes/origin/$GITHUB_BASE_REF
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: .nvmrc
node-version-file: .tool-versions
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm exec semantic-release
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 21.6.2

0 comments on commit 8a92b5a

Please sign in to comment.