diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-17 12:20:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-17 12:20:55 +0200 |
commit | 66489cfb332b7a25f8db44c7fdc0d2ef24e676ed (patch) | |
tree | a308e5527bb8c10dbfc56a2b1e3d9e650a02cd86 | |
parent | 220a266c04571cbd627a80be9798f18ea0cabb2a (diff) | |
download | warden-66489cfb332b7a25f8db44c7fdc0d2ef24e676ed.tar.bz2 warden-66489cfb332b7a25f8db44c7fdc0d2ef24e676ed.zip |
chore(deps): update dependency node to v22 (#6)
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 5bf2fdb..db90ef4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,7 +112,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Download artifacts uses: actions/download-artifact@v5 with: |