File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ on : [push, pull_request]
2
+
3
+ name : CI
4
+
5
+ jobs :
6
+ CI :
7
+ name : CI_Node_${{ matrix.version }}
8
+ runs-on : ubuntu-latest
9
+ strategy :
10
+ matrix :
11
+ version : [18, 20]
12
+ steps :
13
+ - uses : actions/checkout@master
14
+ - uses : actions/setup-node@v3
15
+ with :
16
+ node-version : ${{ matrix.version }}
17
+ - name : Install
18
+ run : yarn install
Original file line number Diff line number Diff line change 28
28
"@shopify/app" : " ^3.57.1" ,
29
29
"@shopify/cli" : " ^3.57.1" ,
30
30
"@shopify/polaris" : " ^12.0.0" ,
31
- "@shopify/shopify-api" : " ^9.5.1 " ,
32
- "@shopify/shopify-app-remix" : " ^2.5.0 " ,
33
- "@shopify/shopify-app-session-storage-prisma" : " ^4.0.2 " ,
31
+ "@shopify/shopify-api" : " ^10.0.0 " ,
32
+ "@shopify/shopify-app-remix" : " ^2.8.2 " ,
33
+ "@shopify/shopify-app-session-storage-prisma" : " ^4.0.5 " ,
34
34
"isbot" : " ^5.1.0" ,
35
35
"prisma" : " ^5.11.0" ,
36
36
"react" : " ^18.2.0" ,
You can’t perform that action at this time.
0 commit comments