UNPKG

323 BYAMLView Raw
1Node.js Current:
2 image: node:latest
3 cache:
4 key: node-current
5 paths:
6 - node_modules
7 script:
8 # Set up Linux key management for localhost cert generation
9 - apt-get update
10 - apt-get install libnss3-tools --assume-yes
11
12 - node -v
13 - npm version
14
15 - NPM_CONFIG_LOGLEVEL=warn
16 - npm it