diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-09 03:02:50 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-09 03:02:50 +0300 |
| commit | 8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c (patch) | |
| tree | 9d3460e5a06c378ab1027a438b47eda3f1394fe3 /.gitea/workflows | |
| parent | 3d9c793cf0e97a6217255e4ef28500b7f09f0f58 (diff) | |
| download | popov.link-8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c.tar.xz popov.link-8df54e5f0a1c67f10abcd31a8f471ff6de0bd77c.zip | |
chore(deps): update dependency node to v24
Diffstat (limited to '.gitea/workflows')
| -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 |
