Skip to content

Commit

Permalink
Merge branch 'master' into cake-frosting
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio authored Apr 15, 2024
2 parents ebc1515 + 4a10f3b commit 5722d5f
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 @@ -35,5 +35,5 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 5722d5f

Please sign in to comment.