mirror of
https://github.com/multipleof4/appsune.git
synced 2026-01-14 08:07:56 +00:00
Update init.yml
This commit is contained in:
5
.github/workflows/init.yml
vendored
5
.github/workflows/init.yml
vendored
@@ -12,6 +12,11 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
- name: Setup Java 17
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: 17
|
||||||
- name: Install Bubblewrap
|
- name: Install Bubblewrap
|
||||||
run: npm install -g @bubblewrap/cli
|
run: npm install -g @bubblewrap/cli
|
||||||
- name: Run bubblewrap init
|
- name: Run bubblewrap init
|
||||||
|
|||||||
Reference in New Issue
Block a user