mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -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
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version-file: .nvmrc
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
cache-dependency-path: yarn.lock
|
cache-dependency-path: |
|
||||||
|
yarn.lock
|
||||||
|
.yarnrc.yml
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user