mirror of
https://github.com/1f349/lavender.git
synced 2025-04-14 06:55: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:
|
||||
matrix:
|
||||
go-version: [1.23.x]
|
||||
node-version: [22.x.x]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd web && yarn build
|
||||
- run: go build ./cmd/lavender
|
||||
|
Loading…
x
Reference in New Issue
Block a user