Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pa11y-ci from 2.4.2 to 3.0.1 in /tdrs-frontend #1573

Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ commands:
- run:
name: Install Node.JS
command: |
sudo apt-get update
sudo apt-get install -y libgbm-dev
source /opt/circleci/.nvm/nvm.sh
nvm install v16.13
nvm alias default v16.13
Expand Down
2 changes: 2 additions & 0 deletions tdrs-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Stage 0: Create the app directory, install dependencies, and copy in the source code
FROM node:16.13-alpine3.14 AS localdev

RUN apt-get update
RUN apt-get install -y libgbm-dev
jorgegonzalez marked this conversation as resolved.
Show resolved Hide resolved
USER node

RUN mkdir /home/node/app/ && chown -R node:node /home/node/app
Expand Down
Loading