Browse Source

Update actions/setup-node action to v3

pull/1822/head
Renovate Bot 4 years ago
parent
commit
42890950d2
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
  1. 2
      .github/workflows/javascript-packages.yaml

2
.github/workflows/javascript-packages.yaml

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

Loading…
Cancel
Save