diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 94a0206e0..0c74fc45c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -60,7 +60,7 @@ jobs: - name: Set up node uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '14' - name: Create DB run: | diff --git a/.nvmrc b/.nvmrc index b6a7d89c6..8351c1939 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +14 diff --git a/Dockerfile b/Dockerfile index a91fa4dc4..3ff070143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --update --no-cache tzdata && \ # build-base: complication tools for bundle # yarn: node package manager # postgresql-dev: postgres driver and libraries -RUN apk add --no-cache build-base yarn postgresql-dev git +RUN apk add --no-cache build-base yarn postgresql-dev # Install bundler to run bundle exec # This should be the same version as the Gemfile.lock diff --git a/package.json b/package.json index 27ac73961..e20af9cbb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "data-collector", "private": true, "engines": { - "node": "^16.0.0" + "node": "^14.0.0" }, "dependencies": { "@activeadmin/activeadmin": "^2.9.0",