Skip to content

Commit

Permalink
Merge pull request #54 from baynezy/feature/node20
Browse files Browse the repository at this point in the history
Update the action to use Node20
  • Loading branch information
ecampidoglio authored Apr 15, 2024
2 parents 8bdbbca + 5337efc commit 4a10f3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Get the sources
uses: actions/checkout@v1
- name: Install Node 16
- name: Install Node 20
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- name: Restore the dependencies
run: npm install
- name: Build
Expand Down
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 4a10f3b

Please # to comment.