diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-28 13:04:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 13:04:48 +0200 |
| commit | 90cc6d5577f77be60764c9464d93fc1df3d10297 (patch) | |
| tree | cd9cbafbba2663348908af9951b90c8303dec21b | |
| parent | ac7499eb3c086174c7ff353a094566330c796d2f (diff) | |
| download | warden-90cc6d5577f77be60764c9464d93fc1df3d10297.tar.bz2 warden-90cc6d5577f77be60764c9464d93fc1df3d10297.zip | |
chore(deps): update dependency node to v24 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4578a48..0b445dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -160,7 +160,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' - name: Download artifacts uses: actions/download-artifact@v6 with: |
