We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0812bf8 commit b29aa5fCopy full SHA for b29aa5f
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
35
with:
36
+ distribution: zulu
37
java-version: 8
38
- name: Maven cache
39
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
@@ -48,8 +49,8 @@ jobs:
48
49
50
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
51
- node-version: '14'
52
- cache: 'npm'
+ node-version: '16'
53
+ cache: npm
54
cache-dependency-path: vboard-front/package-lock.json
55
- working-directory: vboard-front
56
run: npm install && npm run lint
0 commit comments