File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : Run Tests
2
+
3
+ on :
4
+ pull_request :
5
+ branches :
6
+ - main
7
+
8
+ jobs :
9
+ test :
10
+ runs-on : ubuntu-latest
11
+
12
+ strategy :
13
+ matrix :
14
+ node-version : [16.x]
15
+
16
+ steps :
17
+ - uses : actions/checkout@v2
18
+ - name : Use Node.js ${{ matrix.node-version }}
19
+ uses : actions/setup-node@v2
20
+ with :
21
+ node-version : ${{ matrix.node-version }}
22
+ - name : Install dependencies
23
+ run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 3
3
coverage
4
4
.env
5
5
.yarn /*
6
- ! .yarn /cache
7
6
! .yarn /patches
8
7
! .yarn /plugins
9
8
! .yarn /releases
Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ __metadata:
888
888
languageName : unknown
889
889
linkType : soft
890
890
891
- " @poap-xyz/moments@workspace:packages/moments " :
891
+ " @poap-xyz/moments@*, @poap-xyz/moments@ workspace:packages/moments " :
892
892
version : 0.0.0-use.local
893
893
resolution : " @poap-xyz/moments@workspace:packages/moments"
894
894
dependencies :
@@ -1744,7 +1744,7 @@ __metadata:
1744
1744
version : 0.0.0-use.local
1745
1745
resolution : " backend-moments-example@workspace:examples/moments/backend"
1746
1746
dependencies :
1747
- " @poap-xyz/attributes " : " *"
1747
+ " @poap-xyz/moments " : " *"
1748
1748
" @poap-xyz/providers " : " *"
1749
1749
" @poap-xyz/utils " : " *"
1750
1750
" @types/node-fetch " : ^2.6.3
You can’t perform that action at this time.
0 commit comments