Skip to content
Open
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
30 changes: 3 additions & 27 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
- name: Install dependencies
run: yarn
- name: Lint
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodeVersion: ["14.x", "16.x", "18.x", "20.x", "22.x"]
nodeVersion: ["22.x"]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodeVersion: ["16.x", "18.x", "20.x", "22.x"]
nodeVersion: ["22.x"]
os: [macos-latest]
steps:
- uses: actions/checkout@v4
Expand All @@ -63,27 +63,3 @@ jobs:
run: yarn run test
env:
SNOOPLOGG: "*"

MacOS14Test:
needs: Lint
name: ${{ matrix.os }} ${{ matrix.nodeVersion }} Tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
nodeVersion: ["14.x"]
os: [macos-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodeVersion }}
architecture: "x64"
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn run test
env:
SNOOPLOGG: "*"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-security": "^1.5.0",
"memory-streams": "^0.1.3",
"mocha": "^10.0.0",
"mocha": "^12.0.0",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"tmp": "^0.2.1"
Expand All @@ -69,6 +69,6 @@
"bugs": "https://github.com/appcelerator/cli-kit/issues",
"repository": "https://github.com/appcelerator/cli-kit",
"engines": {
"node": ">=14.15.0"
"node": ">=22.12.0"
}
}
Loading
Loading