This commit is contained in:
parent
adcd3f146e
commit
f322834cef
|
@ -15,6 +15,12 @@ jobs:
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.22.4
|
go-version: 1.22.4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 21.1
|
||||||
|
- name: Installing Netlify
|
||||||
|
run: |
|
||||||
|
npm install netlify-cli -g
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
|
Loading…
Reference in a new issue