|
|
|
|
@ -66,7 +66,7 @@ jobs:
|
|
|
|
|
node-version: 22
|
|
|
|
|
cache: "npm"
|
|
|
|
|
|
|
|
|
|
- run: npm ci
|
|
|
|
|
- run: pnpm install --frozen-lockfile
|
|
|
|
|
|
|
|
|
|
- name: Run the build
|
|
|
|
|
uses: ./.github/actions/build-server
|
|
|
|
|
@ -97,8 +97,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
node-version: 22
|
|
|
|
|
cache: "npm"
|
|
|
|
|
|
|
|
|
|
- run: npm ci
|
|
|
|
|
- run: pnpm install --frozen-lockfile
|
|
|
|
|
|
|
|
|
|
- name: Run the unit tests
|
|
|
|
|
run: npm run test
|
|
|
|
|
@ -111,7 +110,7 @@ jobs:
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
run: npm ci
|
|
|
|
|
run: pnpm install --frozen-lockfile
|
|
|
|
|
- name: Update build info
|
|
|
|
|
run: npm run chore:update-build-info
|
|
|
|
|
- uses: docker/setup-buildx-action@v3
|
|
|
|
|
@ -135,7 +134,7 @@ jobs:
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
run: npm ci
|
|
|
|
|
run: pnpm install --frozen-lockfile
|
|
|
|
|
|
|
|
|
|
- name: Update build info
|
|
|
|
|
run: npm run chore:update-build-info
|
|
|
|
|
|