We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fb599 commit b2b0d9eCopy full SHA for b2b0d9e
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: '12.x'
+ node-version: '16.5.0'
15
- uses: actions/cache@v3
16
17
path: |
@@ -40,7 +40,7 @@ jobs:
40
fetch-depth: 0
41
42
43
44
45
46
.github/workflows/commitlint.yml
@@ -12,7 +12,7 @@ jobs:
- run: echo -n '' > .dockerignore
- node-version: '14'
18
@@ -37,7 +37,7 @@ jobs:
37
38
39
0 commit comments