|
|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
ref: ${{ github.head_ref }} |
|
|
|
ref: ${{ github.head_ref }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Build dependencies |
|
|
|
- name: Build dependencies |
|
|
|
uses: actions/setup-node@v2 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '12' |
|
|
|
node-version: '12' |
|
|
|
- run: cd build/javascript && npm run build |
|
|
|
- run: cd build/javascript && npm run build |
|
|
|
|