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 a4cc742 commit 20c3cc2Copy full SHA for 20c3cc2
.github/workflows/main.yml
@@ -21,6 +21,10 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v1
24
+ - uses: actions/setup-node@v2
25
+ with:
26
+ node-version: 16
27
+ cache: 'yarn'
28
- name: Install dependencies
29
run: yarn install
30
- name: Run lint
@@ -42,6 +46,10 @@ jobs:
42
46
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
43
47
44
48
49
50
51
52
45
53
54
55
- name: Verify MariaDB connection
0 commit comments