mirror of
https://github.com/actions/setup-go.git
synced 2026-07-04 02:21:05 +02:00
Update dependencies for node20 (#445)
This commit is contained in:
co-authored by
GitHub
parent
bfd2fb341f
commit
0c52d547c9
@@ -14,3 +14,5 @@ jobs:
|
||||
call-basic-validation:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
@@ -15,3 +15,5 @@ jobs:
|
||||
call-check-dist:
|
||||
name: Check dist/
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
Reference in New Issue
Block a user