There was an error while loading. Please reload this page.
1 parent 7481204 commit abf4ddfCopy full SHA for abf4ddf
4 files changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
12
13
env:
14
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
.github/workflows/deploy_core.yml
@@ -7,7 +7,7 @@ on:
7
deploy:
defaults:
run:
.github/workflows/deploy_tracker.yml
.github/workflows/snyk.yml
@@ -4,7 +4,7 @@ on:
4
branches: [ master ]
5
6
security:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
0 commit comments