mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-25 15:01:19 +02:00
update github action
This commit is contained in:
12
.github/workflows/node.js.yml
vendored
12
.github/workflows/node.js.yml
vendored
@@ -56,12 +56,12 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 21
|
||||
- run: npm install
|
||||
- run: npm run build:compact --if-present
|
||||
- run: npm run build:module:compact --if-present
|
||||
#- uses: actions/setup-java@v1
|
||||
# with:
|
||||
# java-version: 21
|
||||
#- run: npm install
|
||||
#- run: npm run build:compact --if-present
|
||||
#- run: npm run build:module:compact --if-present
|
||||
- run: npm install clickhouse
|
||||
- run: npm install redis
|
||||
- run: npm install mongodb
|
||||
|
Reference in New Issue
Block a user