mirror of
https://github.com/j178/prek.git
synced 2026-05-05 18:25:21 +02:00
Add missing setup-go to CI action
This commit is contained in:
@@ -100,6 +100,11 @@ jobs:
|
||||
with:
|
||||
node-version: '19.9.0'
|
||||
|
||||
- name: "Install Go"
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.5'
|
||||
|
||||
- name: "Cargo test"
|
||||
run: |
|
||||
cargo nextest show-config test-groups
|
||||
@@ -182,6 +187,11 @@ jobs:
|
||||
with:
|
||||
node-version: '19.9.0'
|
||||
|
||||
- name: "Install Go"
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.5'
|
||||
|
||||
- name: "Find node and npm versions"
|
||||
run: |
|
||||
Get-Command node -All
|
||||
|
||||
Reference in New Issue
Block a user