aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-17 12:20:55 +0200
committerGitHub <noreply@github.com>2025-08-17 12:20:55 +0200
commit66489cfb332b7a25f8db44c7fdc0d2ef24e676ed (patch)
treea308e5527bb8c10dbfc56a2b1e3d9e650a02cd86 /.github/workflows
parent220a266c04571cbd627a80be9798f18ea0cabb2a (diff)
downloadwarden-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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml2
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: