Skip to content

Commit 3c0f693

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/typescript-5.9.3
2 parents 6c9c8a5 + 65fa717 commit 3c0f693

File tree

4 files changed

+52
-50
lines changed

4 files changed

+52
-50
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ts_modified: ${{ steps.check-files.outputs.ts_modified }}
1818
steps:
1919
- name: Checkout PR branch
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ github.event.pull_request.head.ref }}
2323
fetch-depth: 2
@@ -40,7 +40,7 @@ jobs:
4040
has_changes: ${{ steps.check_changes.outputs.has_changes }}
4141
steps:
4242
- name: Checkout PR branch
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444
with:
4545
ref: ${{ github.event.pull_request.head.ref }}
4646
token: ${{ secrets.BOT_GH_TOKEN }}
@@ -71,10 +71,10 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Checkout repository
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575

7676
- name: Setup Node.js
77-
uses: actions/setup-node@v5
77+
uses: actions/setup-node@v6
7878
with:
7979
node-version: 22
8080
registry-url: https://registry.npmjs.org/
@@ -93,7 +93,7 @@ jobs:
9393
run: npm pack
9494

9595
- name: Upload package artifact
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v5
9797
with:
9898
name: package
9999
path: cldn-web-ts-0.0.0-dev.tgz
@@ -108,10 +108,10 @@ jobs:
108108
pages: write
109109
steps:
110110
- name: Checkout repository
111-
uses: actions/checkout@v4
111+
uses: actions/checkout@v6
112112

113113
- name: Setup Node.js
114-
uses: actions/setup-node@v5
114+
uses: actions/setup-node@v6
115115
with:
116116
node-version: 22
117117
registry-url: https://registry.npmjs.org/
@@ -124,7 +124,7 @@ jobs:
124124
run: npm ci
125125

126126
- name: Download build artifact
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
name: package
130130
path: ./package

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Initialise CodeQL
3232
uses: github/codeql-action/init@v4

package-lock.json

Lines changed: 42 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
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/cloudnode-pro/web-ts#readme",
3636
"devDependencies": {
37-
"@types/node": "^22.13.10",
37+
"@types/node": "^24.10.1",
3838
"typedoc": "^0.28.0",
3939
"typedoc-plugin-mdn-links": "^5.0.1",
4040
"typescript": "^5.8.2"

0 commit comments

Comments
 (0)