Update actions/setup-node action to v3
This commit is contained in:
2
.github/workflows/javascript-packages.yaml
vendored
2
.github/workflows/javascript-packages.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user