Skip to content

Commit

Permalink
Merge branch 'main' into feature-exclude-students-by-status-from-sche…
Browse files Browse the repository at this point in the history
…incriteria-calculation
  • Loading branch information
Morphenoed authored Jan 18, 2025
2 parents ca1cf51 + 242d525 commit 8caa547
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 22.x

- name: Install pnpm
run: npm i -g pnpm@latest-7
- name: Enable Corepack
run: corepack enable

- name: Prepare pnpm using Corepack
run: corepack prepare pnpm

# Change the version to be the correct one so the version in the image is always the correct one.
- name: Set new version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Enable Corepack
run: corepack enable
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Enable Corepack
run: corepack enable
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Enable Corepack
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Enable Corepack
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Enable Corepack
run: corepack enable
Expand Down

0 comments on commit 8caa547

Please sign in to comment.