File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
ref : ${{ env.MERGE_SHA }}
28
28
29
+ - name : Setup Node
30
+ uses : actions/setup-node@v3
31
+ with :
32
+ node-version : 16
33
+
29
34
- name : Install
30
35
run : yarn install
31
36
Original file line number Diff line number Diff line change 3
3
"version" : " 1.4.0" ,
4
4
"private" : true ,
5
5
"license" : " GPL-3.0-only" ,
6
+
6
7
"scripts" : {
7
8
"build" : " vue-cli-service build" ,
8
9
"build:report" : " vue-cli-service build --report" ,
20
21
"test:unit" : " vue-cli-service test:unit" ,
21
22
"test" : " yarn run test:unit || exit 1; yarn run coverage:e2e --headless"
22
23
},
24
+
23
25
"dependencies" : {
24
26
"@apollo/client" : " ^3.5.8" ,
25
27
"@hpcc-js/wasm" : " 1.13" ,
48
50
"vuetify" : " ^2.6.10" ,
49
51
"vuex" : " ^3.6.2"
50
52
},
53
+
51
54
"devDependencies" : {
52
55
"@babel/core" : " ^7.14.8" ,
53
56
"@babel/eslint-parser" : " ^7.16.5" ,
You can’t perform that action at this time.
0 commit comments