Skip to content

Commit

Permalink
⬆️ updated node version for ci workflow and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Feb 6, 2024
1 parent 1b7fa3b commit 104e80a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: '3.10.8'
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '18'

- name: Install OS dependencies
run: |
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '18'
- name: Install spectral
run: npm install -g @stoplight/[email protected]
- name: Run OAS linter
Expand All @@ -194,7 +194,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '18'
- name: Install dependencies
run: npm install -g openapi-to-postmanv2
- name: Create tests folder
Expand All @@ -214,7 +214,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '18'
- name: Install dependencies
run: npm install -g @openapitools/[email protected]
- name: Validate schema
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN pip install -r requirements/production.txt


# Stage 2 - Install frontend deps and build assets
FROM node:13-buster AS frontend-build
FROM node:18-buster AS frontend-build

RUN apt-get update && apt-get install -y --no-install-recommends \
git \
Expand Down

0 comments on commit 104e80a

Please sign in to comment.