mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
use nvmrc, update cache dependency path (#1470)
This commit is contained in:
6
.github/actions/yarn-install/action.yml
vendored
6
.github/actions/yarn-install/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user