There was an error while loading. Please reload this page.
2 parents b4bc37e + acb980d commit b7a0915Copy full SHA for b7a0915
2 files changed
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on:
5
- 'v*'
6
jobs:
7
build:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
9
steps:
10
- uses: actions/checkout@v2
11
- uses: actions/create-release@v1
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test Package
2
on: push
3
4
test:
- uses: actions/setup-node@v1
0 commit comments