aboutsummaryrefslogtreecommitdiff
path: root/.gitea
diff options
context:
space:
mode:
authorrenovate[bot] <renovatebot@noreply.localhost>2026-02-09 03:02:50 +0300
committerrenovate[bot] <renovatebot@noreply.localhost>2026-02-09 03:02:50 +0300
commit8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c (patch)
tree9d3460e5a06c378ab1027a438b47eda3f1394fe3 /.gitea
parent3d9c793cf0e97a6217255e4ef28500b7f09f0f58 (diff)
downloadpopov.link-8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c.tar.xz
popov.link-8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c.zip
chore(deps): update dependency node to v24
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml
index 982f712..8084866 100644
--- a/.gitea/workflows/test.yml
+++ b/.gitea/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
- node-version: 22
+ node-version: 24
- run: npm ci
- run: npm run check
- run: npm run typecheck