fix : npm build test

This commit is contained in:
minseokkang
2022-11-11 12:45:20 +09:00
parent 336741f4c8
commit cfe33b8d4e
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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")