diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-12 06:58:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-12 06:58:48 +0300 |
| commit | 97521272a9dc0d67b72ffd89e80454c5125076ee (patch) | |
| tree | c2d9d24840514533f56b4eb0193250a24564213d | |
| parent | 3a02a3f29b2102412afbde17886e2b96b150c9bb (diff) | |
| download | popov.link-renovate/node-24.x.tar.xz popov.link-renovate/node-24.x.zip | |
chore(deps): update dependency node to v24renovate/node-24.x
| -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 |
