Use a centralized .node-version file

This commit is contained in:
James M. Greene
2023-12-04 11:37:56 -06:00
parent b8130d9ab9
commit 373694e352
6 changed files with 6 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup Node.JS
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version-file: '.node-version'
cache: 'npm'
- name: Install dependencies