Skip to content

Commit 77b1568

Browse files
committed
⬆️ [maykinmedia/open-api-framework#117] Upgrade nodejs to 20
1 parent 059d278 commit 77b1568

6 files changed

+6
-6
lines changed

.github/workflows/code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
apt-packages: 'libgdal-dev gdal-bin'
2121
python-version: '3.11'
22-
node-version: '18'
22+
node-version: '20'
2323
postgres-image: 'postgis/postgis:17-3.5'
2424
django-settings-module: 'objects.conf.ci'

.github/workflows/generate-postman-collection.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
version:
1818
- v2
1919
with:
20-
node-version: '18'
20+
node-version: '20'
2121
schema-path: 'src/objects/api/${{ matrix.version }}/openapi.yaml'

.github/workflows/generate-sdks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
version:
1818
- v2
1919
with:
20-
node-version: '18'
20+
node-version: '20'
2121
schema-path: 'src/objects/api/${{ matrix.version }}/openapi.yaml'

.github/workflows/lint-oas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
version:
1818
- v2
1919
with:
20-
node-version: '18'
20+
node-version: '20'
2121
schema-path: 'src/objects/api/${{ matrix.version }}/openapi.yaml'

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN pip install -r requirements/production.txt
1717

1818

1919
# Stage 2 - build frontend
20-
FROM node:18-alpine AS frontend-build
20+
FROM node:20-alpine AS frontend-build
2121

2222
WORKDIR /app
2323

0 commit comments

Comments
 (0)