Upgrade browserlist for the website (#4201)

#### Does this PR need a docs update or release note?

- [x]  No

#### Type of change

- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2023-09-06 17:13:17 -07:00 committed by GitHub
parent 59bf350603
commit bf1b290e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ RUN apt-get -y update && apt-get -y install gpg emacs curl zip git make \
WORKDIR /usr/src
COPY package.json package-lock.json* ./
RUN npm ci \
&& npx update-browserslist-db@latest \
&& npm cache clean --force \
&& rm -f package.json package-lock.json*
ENV PATH /usr/src/node_modules/.bin:$PATH