We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baae59 commit ab188eaCopy full SHA for ab188ea
.github/workflows/release-on-merge.yml
@@ -9,13 +9,13 @@ on:
9
- beta
10
jobs:
11
release:
12
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
13
concurrency: ${{ github.ref }}
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: '12'
+ node-version: '16'
19
- run: yarn install
20
- run: yarn package
21
- name: Semantic Release
.github/workflows/test-on-pull-request.yml
@@ -4,13 +4,13 @@ on:
4
5
6
test:
7
8
- run: yarn lint
- name: commit linting changes
0 commit comments