Skip to content

Commit

Permalink
Uses setup-node@v4 when running the test workflow
Browse files Browse the repository at this point in the history
Version 4 runs on Node20.

See also:

- https://github.com/actions/setup-node/releases/tag/v4.0.0
  • Loading branch information
ecampidoglio committed Apr 15, 2024
1 parent 6503888 commit f82f675
Showing 1 changed file with 1 addition and 1 deletion.
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 f82f675

Please sign in to comment.