Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Oct 10, 2024
1 parent 7d61512 commit a268470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mjolnir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Specifically use node 18 like in the readme.
- name: Specifically use node 20 like in the readme.
uses: actions/setup-node@v4
with:
node-version: "20"
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Specifically use node 18 like in the readme.
- name: Specifically use node 20 like in the readme.
uses: actions/setup-node@v4
with:
node-version: "20"
Expand Down

0 comments on commit a268470

Please sign in to comment.