File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- run : npm install
17
+ - run : npm install:plugins
17
18
-
uses :
artiomtr/[email protected]
18
19
with :
19
20
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [12 .x, 13 .x, 14 .x]
12
+ node-version : [14 .x, 16 .x, 18 .x]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
18
18
with :
19
19
node-version : ${{ matrix.node-version }}
20
20
- run : npm install
21
+ - run : npm install:plugins
21
22
- run : npm run lint
22
23
- run : npm run build
23
24
- run : npm test
Original file line number Diff line number Diff line change 81
81
"jsdom-global" : " ^3.0.2" ,
82
82
"lerna-changelog" : " ^2.1.0" ,
83
83
"microbundle" : " ^0.13.0" ,
84
- "node-sass" : " ^6 .0.1" ,
84
+ "node-sass" : " ^7 .0.1" ,
85
85
"node-sass-chokidar" : " ^1.5.0" ,
86
86
"npm-run-all" : " ^4.1.5" ,
87
87
"postcss" : " ^8.3.0" ,
99
99
"typescript" : " ^4.2.4"
100
100
},
101
101
"scripts" : {
102
- "prepare " : " find . ! -path '*/node_modules/*' ! -path './package.json' ! -path './tests/dev-server /package.json' -name 'package.json' -execdir npm install \\ ;" ,
102
+ "install:plugins " : " find ./plugins ! -path '*/node_modules/*' ! -path './package.json' -name 'package.json' -execdir npm install \\ ;" ,
103
103
"clean" : " rimraf coverage dist tmp l10n/dist 'plugins/!(node_modules)/dist'" ,
104
104
"prebuild" : " npm run clean" ,
105
105
"build" : " run-p build:grid build:i18n build:plugins build:themes" ,
You can’t perform that action at this time.
0 commit comments