mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-27 16:58:27 +00:00
ci: fix invalid node version for web
This commit is contained in:
parent
18b3daf90f
commit
3a2504ae87
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: lts
|
||||
node-version: 'lts/*'
|
||||
- uses: pnpm/action-setup@v4
|
||||
- run: .github/test.sh web
|
||||
|
||||
|
|
Loading…
Reference in a new issue