File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
node-version : [18.x, 20.x]
19
19
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
20
21
- # defaults:
22
- # run:
23
- # working-directory: ./browser # The working directory path
21
+ defaults :
22
+ run :
23
+ working-directory : ./browser # The working directory path
24
24
25
25
steps :
26
26
- uses : actions/checkout@v3
29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
31
cache : ' npm'
32
- # cache-dependency-path: browser/package-lock.json
32
+ cache-dependency-path : browser/package-lock.json
33
33
34
34
# THIS WILL BE REMOVED WHEN WE SWITCH BACK TO PUBLIC PACKAGES
35
35
# - name: Setup Registry
39
39
# echo "//packages.infragistics.com/npm/js-licensed/:always-auth=true" >> ~/.npmrc
40
40
41
41
- name : npm install --legacy-peer-deps
42
- run : cd browser && npm ci --legacy-peer-deps
42
+ run : npm ci --legacy-peer-deps
43
43
- name : Build
44
- run : cd browser && npm run build
44
+ run : npm run build
You can’t perform that action at this time.
0 commit comments