diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-10 20:55:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 20:55:37 +0300 |
| commit | 914efe440c9864d980e559009655af374a41ab3b (patch) | |
| tree | 9ae0e973d0a7decefa711f059c577b22f80af817 | |
| parent | 28b76d0e6e59506bfda52287739181a9c9d70106 (diff) | |
| download | popov.link-renovate/actions-setup-node-6.x.tar.xz popov.link-renovate/actions-setup-node-6.x.zip | |
chore(deps): update actions/setup-node action to v6renovate/actions-setup-node-6.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..e642e11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Set up Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22 - name: Install dependencies |
