Use .node-version file in workflows

Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
Sidharth Vinod
2024-01-30 20:44:39 +05:30
parent 65bb82962f
commit 051ef598f6
9 changed files with 19 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 18
node-version-file: '.node-version'
- name: Install Packages
run: pnpm install --frozen-lockfile