Skip to content

Commit a4c11a2

Browse files
fix(deps): update external major
1 parent 4b17745 commit a4c11a2

File tree

3 files changed

+565
-705
lines changed

3 files changed

+565
-705
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Use Node.js 20.x
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.x'
18+
node-version: '22.x'
1919
- run: npm install
2020
- run: git config --global user.email "[email protected]" && git config --global user.name "Test Build"
2121
- run: npm test
22-
- uses: codecov/codecov-action@v4
22+
- uses: codecov/codecov-action@v5
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}
2525

@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js 20.x
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20.x'
35+
node-version: '22.x'
3636
- run: npm install
3737
- run: git config --global user.email "[email protected]" && git config --global user.name "Test Build"
3838
- run: npm test
@@ -49,7 +49,7 @@ jobs:
4949
- name: Use Node.js 20.x
5050
uses: actions/setup-node@v4
5151
with:
52-
node-version: '20.x'
52+
node-version: '22.x'
5353
- run: npm install
5454
- run: npm run semantic-release
5555
env:

0 commit comments

Comments
 (0)