Skip to content

Commit

Permalink
Merge branch 'master' into feature/edx-1726
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Oct 23, 2023
2 parents 032512b + ab86ae5 commit db5c150
Show file tree
Hide file tree
Showing 74 changed files with 15,196 additions and 12,204 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
- run: npm ci
- run: npm run lint:fix
- run: npm run test:unit
Expand Down
5 changes: 3 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM artifacts.developer.gov.bc.ca/docker-remote/node:14.20.1-alpine3.16
FROM artifacts.developer.gov.bc.ca/docker-remote/node:18.16.0-alpine3.18

ENV npm_config_cache /tmp/npm
RUN mkdir -p /logs
RUN chmod 755 /logs

WORKDIR /opt/app-root/src

RUN ln -s /logs .

COPY package*.json ./
RUN npm ci

Expand Down
Loading

0 comments on commit db5c150

Please sign in to comment.