Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm install -g npm@10.8.3

- name: Install webpack
run: npm install -g webpack@5.94.0
run: npm install -g webpack@5.105.0

- name: Add FontAwesome Pro token
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lighthouse-desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install -g npm@10.8.3

- name: Install webpack
run: npm install -g webpack@5.94.0
run: npm install -g webpack@5.105.0

- name: Install webpack cli
run: npm install -g webpack-cli@5.1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lighthouse-mobile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install -g npm@10.8.3

- name: Install webpack
run: npm install -g webpack@5.94.0
run: npm install -g webpack@5.105.0

- name: Install webpack cli
run: npm install -g webpack-cli@5.1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm install -g npm@10.8.3

- name: Install webpack
run: npm install -g webpack@5.94.0
run: npm install -g webpack@5.105.0

- name: Install webpack cli
run: npm install -g webpack-cli@5.1.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /node-workspace
# RUN npm config set https-proxy "http://p1proxy.frb.org:8080/"
# RUN npm config set proxy "http://p1proxy.frb.org:8080/"
RUN npm install -g npm@10.8.3
RUN npm install -g webpack@5.94.0
RUN npm install -g webpack@5.105.0
RUN npm install -g webpack-cli@5.1.4

ENV FONTAWESOME_NPM_AUTH_TOKEN=$FATOKEN
Expand Down
Loading
Loading