Skip to content

Commit 7c98440

Browse files
ci: Update workflows (#85)
1 parent dd78779 commit 7c98440

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/build-apps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/setup-node@v6
4040
with:
4141
node-version: 'lts/*'
42+
check-latest: true
4243
cache: 'npm'
4344

4445
- name: Setup Java
@@ -105,6 +106,7 @@ jobs:
105106
uses: actions/setup-node@v6
106107
with:
107108
node-version: 'lts/*'
109+
check-latest: true
108110
cache: 'npm'
109111

110112
- name: Install dependencies

.github/workflows/conventional-commits.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ on:
33
pull_request:
44
types: [opened, edited, synchronize, reopened]
55

6-
76
jobs:
87
lint:
9-
name: https://www.conventionalcommits.org
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: beemojs/conventional-pr-action@v3
13-
with:
14-
config-preset: angular
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
uses: appium/appium-workflows/.github/workflows/pr-title.yml@main
9+
with:
10+
config-preset: angular

.github/workflows/lint-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ jobs:
1919
uses: actions/setup-node@v6
2020
with:
2121
node-version: 'lts/*'
22+
check-latest: true
2223
cache: 'npm'
2324

25+
- uses: SocketDev/action@v1
26+
with:
27+
mode: firewall-free
28+
2429
- name: Install dependencies
25-
run: npm ci
30+
run: sfw npm ci
2631

2732
- name: Check code formatting
2833
run: npm run format:check

0 commit comments

Comments
 (0)