Revert changes

This commit is contained in:
zandercymatics 2024-05-23 15:17:54 -06:00
parent ef4e758517
commit 7ebf5b2df1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
7 changed files with 12 additions and 52 deletions

View file

@ -1,5 +1,4 @@
FROM docker.io/cimg/node:current-browsers
FROM node:21.7.3
WORKDIR /app
# Install app dependencies
@ -7,6 +6,4 @@ WORKDIR /app
# where available (npm@5+)
COPY --chown=circleci:circleci package*.json ./
RUN npm install -g npm@10.5.0
RUN npm install

4
src/package-lock.json generated
View file

@ -15,10 +15,6 @@
},
"devDependencies": {
"@uswds/compile": "^1.0.0-beta.3"
},
"engines": {
"node": "21.7.3",
"npm": "10.5.0"
}
},
"node_modules/@bufbuild/protobuf": {

View file

@ -3,11 +3,6 @@
"version": "1.0.0",
"description": "========================",
"main": "index.js",
"engines": {
"node": "21.7.3",
"npm": "10.5.0"
},
"engineStrict": true,
"scripts": {
"pa11y-ci": "pa11y-ci",
"test": "echo \"Error: no test specified\" && exit 1"