Skip to content

Commit

Permalink
Update the action to use Node20
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
baynezy authored and ecampidoglio committed Apr 15, 2024
1 parent 8bdbbca commit 7756293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- name: Get the sources
uses: actions/checkout@v1
- name: Install Node 16
- name: Install Node 20
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Install the .NET 6 SDK
uses: actions/setup-dotnet@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 7756293

Please sign in to comment.