Skip to content

Commit 4a4b4e0

Browse files
committed
remove Node 18 support
1 parent d8fcf45 commit 4a4b4e0

File tree

3 files changed

+67
-70
lines changed

3 files changed

+67
-70
lines changed

.github/workflows/h264-profile-level-id.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
ci:
20-
- os: ubuntu-22.04
21-
node: 18
2220
- os: ubuntu-24.04
2321
node: 20
2422
- os: ubuntu-24.04
@@ -52,9 +50,8 @@ jobs:
5250
restore-keys: |
5351
${{ matrix.ci.os }}-node-
5452
55-
# NOTE: Add --force since some dev dependencies require Node >= 18.
56-
- name: npm ci --force --foreground-scripts
57-
run: npm ci --force --foreground-scripts
53+
- name: npm ci --foreground-scripts
54+
run: npm ci --foreground-scripts
5855

5956
- name: npm run lint
6057
run: npm run lint

package-lock.json

Lines changed: 63 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lib"
2020
],
2121
"engines": {
22-
"node": ">=18"
22+
"node": ">=20"
2323
},
2424
"keywords": [
2525
"webrtc",
@@ -56,6 +56,6 @@
5656
"prettier": "^3.6.2",
5757
"ts-jest": "^29.4.4",
5858
"typescript": "^5.9.2",
59-
"typescript-eslint": "^8.44.0"
59+
"typescript-eslint": "^8.44.1"
6060
}
6161
}

0 commit comments

Comments
 (0)