Skip to content

Commit

Permalink
Hardcode node version to 16.15.0 in tests
Browse files Browse the repository at this point in the history
There seems to be an issue with version 16.15.1 which causes the npm
install and npm scripts to exit with code 243 in some circumstances
(nodejs/docker-node#1734).

Once that is resolved, we should be able to go back to just using the
latest node 16 image.
  • Loading branch information
scooper91 committed Jun 27, 2022
1 parent 3d1baf8 commit c3a18c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
test: &test
image: node:16-alpine
image: node:16.15.0-alpine
depends_on:
test-db:
condition: service_healthy
Expand Down

0 comments on commit c3a18c9

Please sign in to comment.