Skip to content

Commit

Permalink
chore: add .node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Jun 16, 2024
1 parent 5759f47 commit e8195fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: '.node-version'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- run: pnpm i --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.14.0

0 comments on commit e8195fc

Please sign in to comment.