Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ name: "CodeQL"

on:
push:
branches: [ master, legacy ]
branches: [master, legacy]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [master]
schedule:
- cron: '45 2 * * 5'
- cron: "45 2 * * 5"

jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
dist:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -19,13 +19,13 @@ jobs:
with:
python-version: "3.10.12"
# Set node version
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14.21.3"
- name: Set NPM 7
run: npm install -g npm@8.19.4
# Cache node_modules
- uses: actions/cache@v2
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -19,13 +19,13 @@ jobs:
with:
python-version: "3.10.12"
# Set node version
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14.21.3"
- name: Set NPM 7
run: npm install -g npm@8.19.4
# Cache node_modules
- uses: actions/cache@v2
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -48,7 +48,7 @@ jobs:

build:
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -58,13 +58,13 @@ jobs:
with:
python-version: "3.10.12"
# Set node version
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14.21.3"
- name: Set NPM 7
run: npm install -g npm@8.19.4
# Cache node_modules
- uses: actions/cache@v2
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
9 changes: 3 additions & 6 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="6415" id="org.codaco.NetworkCanvasInterviewer6" ios-CFBundleIdentifier="org.codaco.networkCanvasInterviewerBusiness" ios-CFBundleVersion="6415" version="6.5.3"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="6446" id="org.codaco.NetworkCanvasInterviewer6" ios-CFBundleIdentifier="org.codaco.networkCanvasInterviewerBusiness" ios-CFBundleVersion="6446" version="6.5.4" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Network Canvas Interviewer</name>
<description>
A tool for conducting Network Canvas Interviews.
Expand Down Expand Up @@ -77,12 +74,12 @@
<preference name="iosPersistentFileLocation" value="Library"/>
<preference name="AllowInlineMediaPlayback" value="true"/>
<preference name="android-minSdkVersion" value="24"/>
<preference name="android-targetSdkVersion" value="33"/>
<preference name="android-targetSdkVersion" value="35"/>
<preference name="resizeOnFullScreen" value="true"/>
<plugin name="cordova-plugin-device" spec="^2.0.2"/>
<plugin name="cordova-plugin-zeroconf" spec="^1.4.1"/>
<plugin name="cordova-plugin-inappbrowser" spec="~4.0.0"/>
<plugin name="cordova-plugin-network-information" spec="~2.0.2"/>
<plugin name="cordova-plugin-chooser" spec="~1.3.1"/>
<plugin name="cordova-sqlite-storage" spec="6.0.0"/>
</widget>
</widget>
Loading
Loading