-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d5f0f3
commit 84aafb1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,11 +247,11 @@ jobs: | |
python-version: '3.x' | ||
architecture: 'x64' | ||
|
||
- name: Set up Node 16 | ||
- name: Set up Node 20 | ||
if: (matrix.target == 'javascript') || (matrix.target == 'typescript') | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '16' | ||
node-version: '20' | ||
|
||
- name: Setup Dotnet | ||
if: matrix.target == 'csharp' | ||
|