Skip to content

Commit 51ce5d5

Browse files
fix(deps): update external major
1 parent c4ea453 commit 51ce5d5

File tree

3 files changed

+4157
-1467
lines changed

3 files changed

+4157
-1467
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
name: Test
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Use Node.js 22.x
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
22-
node-version: '22.x'
22+
node-version: '24.x'
2323
- run: npm ci
2424
- run: npm run license-check
2525
- run: npm run lint-ci
@@ -49,13 +49,13 @@ jobs:
4949
if: github.ref == 'refs/heads/main'
5050
needs: test
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v6
5353
with:
5454
persist-credentials: false
5555
- name: Use Node.js 22.x
56-
uses: actions/setup-node@v4
56+
uses: actions/setup-node@v6
5757
with:
58-
node-version: '22.x'
58+
node-version: '24.x'
5959
- run: npm ci
6060
- run: npm run semantic-release
6161
env:

0 commit comments

Comments
 (0)