File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - checkout
4040 - << : *set_npm_auth
4141 - << : *restore_dependency_cache_unix
42- - run : npm install
42+ - run : npm ci
4343 - save_cache :
4444 key : v8-cache-unix-{{ checksum "package.json" }}
4545 paths :
5151 - checkout
5252 - << : *set_npm_auth
5353 - << : *restore_dependency_cache_win
54- - run : npm install
54+ - run : npm ci
5555 - save_cache :
5656 key : v8-cache-win-{{ checksum "package.json" }}
5757 paths :
@@ -158,6 +158,7 @@ jobs:
158158 - << : *set_npm_auth
159159 - << : *restore_dependency_cache_unix
160160 - run : npm run build
161+ - run : npm run sri-validate
161162 - run : npm publish
162163
163164 # Create a GitHub release.
Original file line number Diff line number Diff line change 11# defaults
22node_modules
33npm-shrinkwrap.json
4- package-lock.json
4+ doc / examples / * / package-lock.json
55.DS_Store
66.vscode
77
Original file line number Diff line number Diff line change 1- package-lock = false
21registry = https://registry.npmjs.org
You can’t perform that action at this time.
0 commit comments