This commit is contained in:
parent
adcd3f146e
commit
f322834cef
|
@ -15,6 +15,12 @@ jobs:
|
|||
uses: actions/setup-go@v2
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
make test
|
||||
|
|
Loading…
Reference in a new issue