Skip to content

Commit

Permalink
Merge branch 'main' into webmodeler-gitsync-self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiCamunda authored Dec 9, 2024
2 parents 457d658 + a5a10a0 commit 1506de7
Show file tree
Hide file tree
Showing 1,968 changed files with 5,089 additions and 78,641 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Cache Docusaurus
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Verify format with Vale
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: deploy-preview-env
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: 22

- name: Import secrets from Vault
id: secrets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Enable Indexing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Cache Docusaurus
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
22.11.0
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To run: `npm run build:docker`

# Install dependencies
FROM node:16 AS build-setup
FROM node:22 AS build-setup
WORKDIR /app
COPY package*.json ./
RUN npm install
Expand Down
Loading

0 comments on commit 1506de7

Please sign in to comment.