Skip to content

Commit 33da95f

Browse files
authored
Merge branch 'dev' into chore-add-security
2 parents 5a3e07b + c1e5b0b commit 33da95f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [10, 12]
20+
node: [10, 12, 14]
2121

2222
steps:
2323
- name: Clone repository
@@ -50,6 +50,6 @@ jobs:
5050

5151
- name: BundleWatch
5252
run: yarn run bundlewatch
53-
if: matrix.node == '12'
53+
if: matrix.node == '14'
5454
env:
5555
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [12]
20+
node: [14]
2121

2222
steps:
2323
- name: Clone repository
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest]
57-
node: [12]
57+
node: [14]
5858

5959
steps:
6060
- name: Clone repository
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: [ubuntu-latest]
94-
node: [10, 12]
94+
node: [10, 12, 14]
9595

9696
steps:
9797
- name: Clone repository
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: CodeCov
126126
uses: codecov/codecov-action@v1
127-
if: matrix.node == '12'
127+
if: matrix.node == '14'
128128
with:
129129
token: ${{ secrets.CODECOV_TOKEN }}
130130
flags: unittests

0 commit comments

Comments
 (0)