Skip to content

Commit f5cb8eb

Browse files
committed
update deps
# Conflicts: # .github/workflows/rtp.js.yaml # package-lock.json
1 parent 4947cac commit f5cb8eb

File tree

4 files changed

+76
-48
lines changed

4 files changed

+76
-48
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 22
41+
node-version: 24
4242

4343
- name: Check if version has been updated
4444
id: versionCheck

.github/workflows/rtp.js.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
strategy:
1818
matrix:
1919
ci:
20-
- os: ubuntu-22.04
20+
- os: ubuntu-24.04
2121
node: 20
2222
- os: ubuntu-24.04
23-
node: 22
23+
node: 24
2424
- os: macos-14
2525
node: 22
2626
- os: macos-15
27-
node: 22
27+
node: 24
2828
- os: windows-2022
29-
node: 20
30-
- os: windows-2025
3129
node: 22
30+
- os: windows-2025
31+
node: 24
3232

3333
runs-on: ${{ matrix.ci.os }}
3434

@@ -50,7 +50,7 @@ jobs:
5050
restore-keys: |
5151
${{ matrix.ci.os }}-node-
5252
53-
- name: npm ci
53+
- name: npm ci --foreground-scripts
5454
run: npm ci --foreground-scripts
5555

5656
- name: npm run lint

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
"ts-jest": "^29.4.4",
8181
"typedoc": "^0.28.13",
8282
"typescript": "~5.9.2",
83-
"typescript-eslint": "^8.44.0"
83+
"typescript-eslint": "^8.44.1"
8484
}
8585
}

0 commit comments

Comments
 (0)