Browse Source

use node 16 for browser-usage job

pull/834/head
Luke Blaney 1 year ago
parent
commit
add9dd991b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/usage.yml

+ 1
- 1
.github/workflows/usage.yml View File

@@ -113,7 +113,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Get build-output from build step
uses: actions/download-artifact@v2
with:


Loading…
Cancel
Save