diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-09 10:08:04 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-09 10:08:04 +0300 |
| commit | fc828b5812c65585074d2c6fc16035b244f7790f (patch) | |
| tree | e3f9f3657cfb07e6c3806fc10f42f6d4abfa540b | |
| parent | 380a0b4795bc0a97f1682c305d70667860d599b0 (diff) | |
| parent | 8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c (diff) | |
| download | popov.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
| -rw-r--r-- | .gitea/workflows/test.yml | 2 |
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 |
