* Update package.json * Update CI tools (#248) * chore: ci tools updates * ci tools updates * chore: update ci * update dev tools (#249) * chore: ci tools updates * ci tools updates * chore: update ci * build tools update * chore: udpate dev tools * Update config.json.sample fix: lost comma in config.json.sample Co-authored-by: Bill Church <billchurch@users.noreply.github.com>
6 lines
75 B
YAML
6 lines
75 B
YAML
language: node_js
|
|
node_js:
|
|
- 14
|
|
- 16
|
|
before_install:
|
|
- npm i -g snyk
|