mirror of https://github.com/actions/setup-go.git
node update from the workflows
This commit is contained in:
parent
4fc21c0d5d
commit
4cf7c0560d
|
@ -15,4 +15,4 @@ jobs:
|
||||||
name: Basic validation
|
name: Basic validation
|
||||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '24.x'
|
||||||
|
|
|
@ -16,4 +16,4 @@ jobs:
|
||||||
name: Check dist/
|
name: Check dist/
|
||||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '24.x'
|
||||||
|
|
Loading…
Reference in New Issue