Skip to content

Commit

Permalink
Merge branch 'cake-build:master' into cake-frosting
Browse files Browse the repository at this point in the history
  • Loading branch information
louisfischer authored Apr 15, 2024
2 parents d6f1335 + f82f675 commit 055426d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Get the sources
uses: actions/checkout@v1
- name: Install Node 20
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Restore the dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get the sources
uses: actions/checkout@v1
- name: Install Node 20
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install the .NET 6 SDK
Expand Down

0 comments on commit 055426d

Please sign in to comment.