Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 10 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,13 @@ concurrency:

jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install pnpm
run: npm install --global pnpm@9.15.9

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build and smoke test
run: pnpm check
uses: jh1nresh/.github/.github/workflows/node-ci.yml@0cb6fd5b730ced897c767d1c9979aba4e49d201d
with:
node-version: "20"
package-manager: pnpm
pnpm-version: "9.15.9"
lockfile: pnpm-lock.yaml
check-script: check
audit-production: true
job-key: sllr-commerce-kernel
timeout-minutes: 15