Skip to content

Commit cc2048d

Browse files
authored
Update node and a few dependencies (#873)
* Test * fixup! Test * fixup! fixup! Test * fixup! fixup! fixup! Test * Update security dependencies * Update gh-pages & @contentful/rich-text-html-renderer * Update @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome * Update sharp library * Update gatsby-plugin-image gatsby-plugin-sharp gatsby-transformer-sharp * Uninstall gatsby-yaml-full-file * Remove unused types * Remove gatsby-image * fixup! Remove unused types
1 parent 5e6474e commit cc2048d

7 files changed

Lines changed: 2032 additions & 2636 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
node-version-file: '.nvmrc'
9494
cache: 'npm'
9595
- name: 🟢 Install dependencies
96-
run: npm ci
96+
run: npm version && npm ci --legacy-peer-deps
9797
- name: 🔧 Build app
9898
run: npm run build
9999
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.20.1
1+
v20.10.0

docker-compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
services:
22
pola_web-init:
3-
image: node:14.17.3-stretch
3+
image: node:20.10.0-stretch
44
working_dir: /app
55
volumes:
66
- .:/app
77
command: npm install
88
pola_web:
9-
image: node:14.17.3-stretch
9+
image: node:20.10.0-stretch
1010
working_dir: /app
1111
volumes:
1212
- .:/app
@@ -16,4 +16,3 @@ services:
1616
depends_on:
1717
pola_web-init:
1818
condition: service_completed_successfully
19-

0 commit comments

Comments
 (0)