Fix/build push master workflow (#651)
This commit is contained in:
2
.github/workflows/build_push_master.yml
vendored
2
.github/workflows/build_push_master.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Set up NodeJs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: 'package.json'
|
||||
node-version-file: './master/package.json'
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user