File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v1
8
+ - name : Set up JDK 17
9
+ uses : actions/setup-java@v4
10
+ with :
11
+ distribution : ' temurin'
12
+ java-version : ' 17'
8
13
- name : test install-sdk
9
14
run : npm config delete prefix && source ~/.nvm/nvm.sh && nvm install v16.15.0 && npm install && npm ci && npm run build
10
15
working-directory : install-sdk
Original file line number Diff line number Diff line change 5
5
runs-on : macOS-12
6
6
steps :
7
7
- uses : actions/checkout@v1
8
+ - name : Set up JDK 17
9
+ uses : actions/setup-java@v4
10
+ with :
11
+ distribution : ' temurin'
12
+ java-version : ' 17'
8
13
- name : test install-sdk
9
14
run : npm config delete prefix && source ~/.nvm/nvm.sh && nvm install v16.15.0 && npm install && npm ci && npm run build
10
15
working-directory : install-sdk
You can’t perform that action at this time.
0 commit comments