mirror of
https://github.com/1f349/lavender.git
synced 2025-04-15 15:27:55 +01:00
Add node to build workflow
This commit is contained in:
parent
dd9b260900
commit
61fb7c1d18
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -5,11 +5,15 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.23.x]
|
go-version: [1.23.x]
|
||||||
|
node-version: [22.x.x]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node-version }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd web && yarn build
|
- run: cd web && yarn build
|
||||||
- run: go build ./cmd/lavender
|
- run: go build ./cmd/lavender
|
||||||
|
Loading…
x
Reference in New Issue
Block a user