mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
Merge pull request #1263 from serverless/shrinkwrap
Adding NPM Shrinkwrap and testing for various node versions
This commit is contained in:
commit
97e1aa4796
@ -1,7 +1,9 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '4'
|
||||
- '4.4'
|
||||
- '5.11'
|
||||
- '6.2'
|
||||
|
||||
sudo: false
|
||||
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
FROM node:4
|
||||
FROM node:5.11.1
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
|
||||
@ -4,3 +4,4 @@ services:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/app
|
||||
- ~/.aws/:/root/.aws
|
||||
|
||||
1649
npm-shrinkwrap.json
generated
Normal file
1649
npm-shrinkwrap.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user