Skip to content

Commit a9c1dbe

Browse files
chore(deps): update external major
1 parent e5ec56b commit a9c1dbe

File tree

3 files changed

+970
-857
lines changed

3 files changed

+970
-857
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v5
1010
- name: Use Node.js 20
11-
uses: actions/setup-node@v5
11+
uses: actions/setup-node@v6
1212
with:
13-
node-version: 22
13+
node-version: 24
1414
- run: npm ci
1515
- run: npm run lint
1616
- run: npm run test
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: Use Node.js 20
28-
uses: actions/setup-node@v5
28+
uses: actions/setup-node@v6
2929
with:
30-
node-version: 22
30+
node-version: 24
3131
- run: npm ci
3232
- run: npm run semantic-release
3333
env:

0 commit comments

Comments
 (0)