Skip to content

Commit

Permalink
ci: downgrade node version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Oct 23, 2024
1 parent d2de563 commit 56c142a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- run: npm run test:ci --workspace=@nmshd/app-runtime
Expand All @@ -46,7 +46,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- name: Start MongoDB
uses: supercharge/mongodb-github-action@v1
Expand All @@ -66,7 +66,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- uses: js-soft/[email protected]
with:
Expand All @@ -88,7 +88,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- run: npm run test:ci:lokijs --workspace=@nmshd/consumption
Expand All @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- run: npm run test:ci --workspace=@nmshd/content
Expand All @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- run: npm run test:ci --workspace=@nmshd/core-types
Expand All @@ -142,7 +142,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- uses: supercharge/mongodb-github-action@v1
- run: npm ci
- run: npm run build:node
Expand All @@ -163,7 +163,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- uses: js-soft/[email protected]
with:
ferretdb-telemetry: "enabled"
Expand All @@ -187,7 +187,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- run: npm run build:schemas --workspace=@nmshd/runtime
Expand All @@ -211,7 +211,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- name: Start MongoDB
Expand All @@ -232,7 +232,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- uses: js-soft/[email protected]
Expand All @@ -255,7 +255,7 @@ jobs:
run: npm run start:backbone
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
- run: npm ci
- run: npm run build:node
- run: npm run test:ci:lokijs --workspace=@nmshd/transport
Expand Down

0 comments on commit 56c142a

Please sign in to comment.