jdk版本升级为21.

This commit is contained in:
aoshiguchen
2023-11-02 14:59:49 +08:00
parent 035db05e70
commit b754dd5456
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -30,12 +30,12 @@ jobs:
run: |
cd neutrino-proxy-admin
npm install
npm run build:docker
npm run build:docker·
cp -rf ./dist/ ./../neutrino-proxy-server/src/main/resources/static/
- name: GitHub Action for GraalVM JDK 17
uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7' # for a specific JDK 17; or '17' for the latest JDK 17
java-version: '21.0.1' # for a specific JDK 17; or '17' for the latest JDK 17
distribution: 'graalvm' # New 'distribution' option
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache local Maven repository