mirror of
https://github.com/unraid/api.git
synced 2026-01-04 15:39:52 -06:00
test: action web pr
This commit is contained in:
2
.github/workflows/pull-request-web.yml
vendored
2
.github/workflows/pull-request-web.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: "npm"
|
||||
cache-dependency-path: "web/package-lock.json"
|
||||
node-version-file: "web/.nvmrc"
|
||||
|
||||
- name: Installing node deps
|
||||
@@ -45,6 +46,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: "npm"
|
||||
cache-dependency-path: "web/package-lock.json"
|
||||
node-version-file: "web/.nvmrc"
|
||||
|
||||
- name: Installing node deps
|
||||
|
||||
Reference in New Issue
Block a user