aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-09 10:08:04 +0300
committerValentin Popov <valentin@popov.link>2026-02-09 10:08:04 +0300
commitfc828b5812c65585074d2c6fc16035b244f7790f (patch)
treee3f9f3657cfb07e6c3806fc10f42f6d4abfa540b /.gitea/workflows
parent380a0b4795bc0a97f1682c305d70667860d599b0 (diff)
parent8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c (diff)
downloadpopov.link-fc828b5812c65585074d2c6fc16035b244f7790f.tar.xz
popov.link-fc828b5812c65585074d2c6fc16035b244f7790f.zip
Merge pull request 'chore(deps): update dependency node to v24' (!8) from renovate/node-24.x into master
Reviewed-on: https://code.popov.link/valentineus/popov.link/pulls/8
Diffstat (limited to '.gitea/workflows')
-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