Skip to content

Commit c57cf04

Browse files
authored
Merge pull request #93 from silinternational/develop
Release 2.3.3 - Update NodeJS
2 parents edc5eea + f9b56a8 commit c57cf04

File tree

6 files changed

+2780
-275
lines changed

6 files changed

+2780
-275
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ do-full-recovery:
1414
docker-compose run --rm do-full-recovery
1515

1616
test:
17-
npm test
17+
docker-compose run --rm dev bash -c "npm ci && npm test"

codeship/setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
# Exit script with error if any step fails.
44
set -e
55

6+
# Check which version of NodeJS we're running.
7+
node --version
8+
69
npm install --no-fund -g serverless@3
7-
npm install --no-fund
10+
npm ci --no-fund

0 commit comments

Comments
 (0)