-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: downgrade node version for testing
- Loading branch information
1 parent
d2de563
commit 56c142a
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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" | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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] | ||
|
@@ -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 | ||
|