Skip to content

Commit deff6cf

Browse files
chore(deps): update dependency node to v24.12.0 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e51a006 commit deff6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1818
with:
19-
node-version: 24.11.1
19+
node-version: 24.12.0
2020
- run: yarn
2121
- run: yarn test
2222
- name: Upload Coverage Report
@@ -34,6 +34,6 @@ jobs:
3434
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3636
with:
37-
node-version: 24.11.1
37+
node-version: 24.12.0
3838
- run: yarn
3939
- run: yarn lint

0 commit comments

Comments
 (0)