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 8c5ec99 commit 584f185Copy full SHA for 584f185
.github/workflows/main.yml
@@ -1,9 +1,9 @@
1
name: build
2
on:
3
- # run on push but only for the master branch
+ # run on push but only for the main branch
4
push:
5
branches:
6
- - master
+ - main
7
# run for every pull request
8
pull_request: {}
9
jobs:
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v2
15
16
- name: ⎔ Setup node
17
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
18
with:
19
node-version: '14'
20
@@ -30,4 +30,4 @@ jobs:
30
run: npm run build
31
32
- name: ⬆️ Upload coverage report
33
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
0 commit comments