aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-19 20:32:00 +0000
committerGitHub <noreply@github.com>2025-10-19 20:32:00 +0000
commitf2b610046fab7f5a7d1a00a7cc5cb07587c84a3e (patch)
tree8194d6ca9c7ef1aa125e71920fe068323c0de3c1 /.github
parent50f6df391908390c25f0f0c22ecfc6c962c4ff9a (diff)
downloadwarden-f2b610046fab7f5a7d1a00a7cc5cb07587c84a3e.tar.bz2
warden-f2b610046fab7f5a7d1a00a7cc5cb07587c84a3e.zip
chore(deps): update actions/setup-node action to v6 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 b09911d..e101ac4 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -158,7 +158,7 @@ jobs:
- name: Start stack
run: docker compose -f contrib/docker-compose/compose.yaml up -d
- name: Setup node.js
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: '22'
- name: Download artifacts