Skip to content

Commit 11a6ad6

Browse files
committed
fix: 🚀 started running tests for Pull requests
1 parent 2d98934 commit 11a6ad6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
strategy:
10+
fail-fast: false
1011
matrix:
11-
node-version: [10.x, 12.x, 14.x]
12+
node-version: [14.x, 16.x, 18.x]
1213

1314
steps:
1415
- uses: actions/checkout@v2
@@ -19,4 +20,3 @@ jobs:
1920
- run: yarn install --frozen-lockfile
2021
- run: yarn build
2122
- run: yarn test
22-
- run: yarn coverage

0 commit comments

Comments
 (0)