fix : npm build test
This commit is contained in:
5
.github/workflows/autoTest.yml
vendored
5
.github/workflows/autoTest.yml
vendored
@@ -16,6 +16,11 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: '18'
|
||||
cache: gradle
|
||||
- name: check node version
|
||||
run: node -v
|
||||
|
||||
- name: check npm version
|
||||
run: npm -v
|
||||
|
||||
- name: Grant execute permission gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
@@ -8,12 +8,7 @@ plugins {
|
||||
apply plugin: 'com.github.node-gradle.node'
|
||||
|
||||
node {
|
||||
version = '14.15.4'
|
||||
npmVersion = '6.14.10'
|
||||
|
||||
download = true
|
||||
|
||||
nodeProjectDir = file('./src/frontend')
|
||||
workDir = file("./src/frontend")
|
||||
npmWorkDir = file("./src/frontend")
|
||||
nodeModulesDir = file("./src/frontend")
|
||||
|
||||
Reference in New Issue
Block a user