Force worfklow to run under node 12
This commit is contained in:
10
.github/workflows/javascript-packages.yaml
vendored
10
.github/workflows/javascript-packages.yaml
vendored
@@ -16,10 +16,12 @@ jobs:
|
|||||||
# Make sure the actual branch is checked out when running on pull requests
|
# Make sure the actual branch is checked out when running on pull requests
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Build dependencies
|
||||||
run: |
|
- uses: actions/setup-node@v2
|
||||||
cd build/javascript
|
with:
|
||||||
npm run build
|
node-version: '12'
|
||||||
|
- run: cd build/javascript
|
||||||
|
- run: npm run build
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v5
|
uses: EndBug/add-and-commit@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user