use nvmrc, update cache dependency path (#1470)

This commit is contained in:
Justin Hernandez
2025-12-05 02:06:56 -08:00
committed by GitHub
parent de9e91772e
commit efe9ddfd52

View File

@@ -22,9 +22,11 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version-file: .nvmrc
cache: "yarn"
cache-dependency-path: yarn.lock
cache-dependency-path: |
yarn.lock
.yarnrc.yml
- name: Install dependencies
uses: nick-fields/retry@v3