File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/setup-node@v3
1616 with :
1717 node-version : 18
18- - name : Override NODE options
19- run : echo "NODE_OPTIONS=--openssl-legacy-provider" >> $GITHUB_ENV
2018 - run : npm ci
2119 - run : npm run build
2220 - name : Semantic Release
Original file line number Diff line number Diff line change 1616 - name : Use Node.js ${{ matrix.node-version }}
1717 uses : actions/setup-node@v3
1818 with :
19- node-version : ${{ matrix.node-version }}
20- - name : Override NODE options
21- run : echo "NODE_OPTIONS=--openssl-legacy-provider" >> $GITHUB_ENV
19+ node-version : ${{ matrix.node-version }}
2220 - run : npm ci
2321 - run : npm run build --if-present
2422 - run : npm test
Original file line number Diff line number Diff line change 88 "semantic-release" : " semantic-release" ,
99 "build-demo" : " build && browserify -d -r ./demo/src/main.js:main > docs/demo.js && cp dist/kalman-filter.js docs/dist/kalman-filter.js" ,
1010 "serve-demo" : " http-server docs/" ,
11- "build" : " webpack"
11+ "build" : " NODE_OPTIONS=--openssl-legacy-provider webpack"
1212 },
1313 "repository" : {
1414 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments