Skip to content

Commit

Permalink
Downgrade Node.js (#308)
Browse files Browse the repository at this point in the history
* ci: downgrade node version for testing

* ci: downgrade node-version for publish
  • Loading branch information
jkoenig134 authored Oct 23, 2024
1 parent d2de563 commit 0ff6901
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: current
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build:ci -ws
Expand Down
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/ferretdb-github-action@1.1.1
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/ferretdb-github-action@1.1.1
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/ferretdb-github-action@1.1.1
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 0ff6901

Please sign in to comment.