Remove duplication of node version for ease of maintenance

This commit is contained in:
Vijay A
2024-11-29 04:04:07 +05:30
parent 0fbd579cbb
commit 8b6cdd8ab8
8 changed files with 20 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: '.nvmrc'
- name: Setup Git
run: |