This reverts commit fc8a32cf49.
fc8a32cf49
@ -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: |
@ -1 +1 @@
16
14
@ -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
@ -2,7 +2,7 @@
"name": "data-collector",
"private": true,
"engines": {
"node": "^16.0.0"
"node": "^14.0.0"
},
"dependencies": {
"@activeadmin/activeadmin": "^2.9.0",