forked from MTSR/mapserver
fix build workflow
This commit is contained in:
parent
3835d3f575
commit
09889e6a5e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -26,6 +26,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '17'
|
node-version: '17'
|
||||||
|
|
||||||
|
- name: Create frontend bundle
|
||||||
run: cd public && npm ci && npm run bundle
|
run: cd public && npm ci && npm run bundle
|
||||||
|
|
||||||
- name: Cache Go modules
|
- name: Cache Go modules
|
||||||
|
Loading…
Reference in New Issue
Block a user