diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-29 06:09:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-29 06:09:38 +0300 |
| commit | 6d0cfcc3295a6fc683e2de4b60e8d608853b15de (patch) | |
| tree | 69c68d08f4b5794a9f6bf3165e08f77253d64b42 /.github/workflows/ci.yml | |
| parent | e84eb1b655f824bf50d8da949f16a21c6c3094a8 (diff) | |
| download | popov.link-6d0cfcc3295a6fc683e2de4b60e8d608853b15de.tar.xz popov.link-6d0cfcc3295a6fc683e2de4b60e8d608853b15de.zip | |
chore(deps): update dependency node to v24renovate/node-24.x
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8735b..92e081a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 - name: Install dependencies run: npm ci - name: Run checks |
