Skip to content

Commit 9e898f7

Browse files
chore(deps): update external major
1 parent 6a3d462 commit 9e898f7

File tree

3 files changed

+1312
-1279
lines changed

3 files changed

+1312
-1279
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
name: Test
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Use Node.js 20.x
2222
uses: actions/setup-node@v5
2323
with:
24-
node-version: '22.x'
24+
node-version: '24.x'
2525
- run: npm install
2626
- run: npm test
2727
# - uses: codecov/codecov-action@v4
@@ -34,11 +34,11 @@ jobs:
3434
if: github.ref != 'refs/heads/main'
3535
needs: test
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- name: Use Node.js 20.x
3939
uses: actions/setup-node@v5
4040
with:
41-
node-version: '22.x'
41+
node-version: '24.x'
4242
- run: npm install
4343
- name: extracting last commit message
4444
run: |
@@ -59,11 +59,11 @@ jobs:
5959
if: github.ref == 'refs/heads/main'
6060
needs: test
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363
- name: Use Node.js 20.x
6464
uses: actions/setup-node@v5
6565
with:
66-
node-version: '22.x'
66+
node-version: '24.x'
6767
- run: npm install
6868
- name: extracting last commit message
6969
run: |

0 commit comments

Comments
 (0)