💚 ci: windows does not use .lock files

This commit is contained in:
Martial BE 2024-04-09 15:44:19 +08:00
parent a3719cd78a
commit 8ca239095b
No known key found for this signature in database
GPG Key ID: D06C32DF0EDB9084

View File

@ -26,8 +26,8 @@ jobs:
CI: ""
run: |
cd web
yarn install
REACT_APP_VERSION=$(git describe --tags) yarn run build
npm install
REACT_APP_VERSION=$(git describe --tags) npm run build
cd ..
- name: Set up Go
uses: actions/setup-go@v3