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 fd5fabb commit 29a77c6Copy full SHA for 29a77c6
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ubuntu-latest]
23
- node: [14, 16]
+ node: [12, 14, 16]
24
25
steps:
26
- name: Clone repository
@@ -55,4 +55,4 @@ jobs:
55
run: yarn run bundlewatch
56
if: matrix.node == '16'
57
env:
58
- BUNDLEWATCH_GITHUB_TOKEN: '${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}'
+ BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
.github/workflows/test.yml
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
- node: [14, 16, 18]
98
99
100
0 commit comments