Skip to content

Commit

Permalink
Bump node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Oct 10, 2024
1 parent ce28b0f commit 7d61512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mjolnir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Specifically use node 18 like in the readme.
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- run: corepack enable
- run: corepack yarn install
- run: corepack yarn build
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Specifically use node 18 like in the readme.
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- run: corepack yarn install
- run: corepack yarn test:unit
integration:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Fetch and build mx-tester (cached across runs)
uses: baptiste0928/cargo-install@v3
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Fetch and build mx-tester (cached across runs)
uses: baptiste0928/cargo-install@v3
with:
Expand Down

0 comments on commit 7d61512

Please sign in to comment.