mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-31 15:02:19 +00:00
ci: revert workflows back to node20
Signed-off-by: Devin <hoopysoup@users.noreply.github.com>
This commit is contained in:
parent
d7ce0a9cc7
commit
498714b0a0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
|
|
@ -11,9 +11,9 @@ jobs:
|
|||
name: Check dist/ directory
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@2826fb8353263a138210fc017301ce5767a9c0d4
|
||||
with:
|
||||
node-version: "24.x"
|
||||
node-version: "20.x"
|
||||
test:
|
||||
name: Test
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@2826fb8353263a138210fc017301ce5767a9c0d4
|
||||
with:
|
||||
node-version: "24.x"
|
||||
node-version: "20.x"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue