Skip to content

Commit

Permalink
Upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Nov 19, 2024
1 parent 9d5f0f3 commit 84aafb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 84aafb1

Please sign in to comment.