Skip to content

Commit d6c2d25

Browse files
chore(deps): update dependency node to v22.19.0 (#143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a74b57 commit d6c2d25

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
19-
node-version: 22.18.0
19+
node-version: 22.19.0
2020
- run: yarn
2121
- run: yarn test
2222
- name: Upload Coverage Report
@@ -34,6 +34,6 @@ jobs:
3434
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3636
with:
37-
node-version: 22.18.0
37+
node-version: 22.19.0
3838
- run: yarn
3939
- run: yarn lint

0 commit comments

Comments
 (0)