File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11FROM ghcr.io/microsoft/ccf/app/dev/virtual:ccf-5.0.0
22
3- RUN curl -fsSL https://deb.nodesource.com/setup_16 .x | sudo -E bash - && sudo apt-get install -y nodejs
3+ RUN curl -fsSL https://deb.nodesource.com/setup_18 .x | sudo -E bash - && sudo apt-get install -y nodejs
Original file line number Diff line number Diff line change 3131 run : mkdir -p build && cd build && CC="$(which clang-15)" CXX="$(which clang++-15)" cmake -GNinja -DCOMPILE_TARGET=virtual .. && ninja
3232 working-directory : cpp
3333
34+ build-js-app :
35+ steps :
36+ - uses : actions/checkout@v4
37+ - uses : actions/setup-node@v4
38+ with :
39+ node-version : 18
40+ - name : Build js app
41+ run : npm install && npm run build
42+ working-directory : js
43+
3444 build-containers :
3545 runs-on : ubuntu-20.04
3646 container : ghcr.io/microsoft/ccf/app/dev/sgx:ccf-5.0.0
Original file line number Diff line number Diff line change 1414 },
1515 "devDependencies" : {
1616 "@rollup/plugin-commonjs" : " ^26.0.1" ,
17- "@rollup/plugin-node-resolve" : "^15.2
17+ "@rollup/plugin-node-resolve" : " ^15.2" ,
1818 "@rollup/plugin-typescript" : " ^11.1.6" ,
1919 "del-cli" : " ^5.1.0" ,
2020 "rollup" : " ^2.41.0" ,
You can’t perform that action at this time.
0 commit comments