Skip to content

Commit 6aa8244

Browse files
Merge pull request checkout#12 from checkout/dev
2 parents 374922a + 2b2d2a0 commit 6aa8244

File tree

3 files changed

+74
-17
lines changed

3 files changed

+74
-17
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
jobs:
912
test-and-coverage:

package-lock.json

Lines changed: 69 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frames-react-native",
3-
"version": "1.1.3",
3+
"version": "1.1.5",
44
"description": "Frames React Native",
55
"main": "dist/index.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"creditcards": "^4.2.0",
1313
"creditcards-types": "^3.2.0",
14-
"node-fetch": "^2.6.1"
14+
"node-fetch": "^2.6.7"
1515
},
1616
"keywords": [],
1717
"author": "",

0 commit comments

Comments
 (0)