Skip to content

Commit

Permalink
Uses setup-node@v3 when running the integration tests
Browse files Browse the repository at this point in the history
Version 3 runs on Node16 instead of Node12, which has been deprecated.
  • Loading branch information
ecampidoglio committed May 26, 2023
1 parent 757bfef commit 0748187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Get the sources
uses: actions/checkout@v1
- name: Install Node 16
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install the .NET 6 SDK
Expand Down

0 comments on commit 0748187

Please sign in to comment.