Skip to content

Commit

Permalink
Explicitely use NodeJS 20 in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Sep 15, 2024
1 parent 47de5ee commit f0228d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

Expand Down

0 comments on commit f0228d3

Please sign in to comment.