diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-16 01:44:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-16 01:44:25 +0300 |
commit | de7830910cda90c273590a1d9b36675cd1994245 (patch) | |
tree | 72611bd4644703d5a2d64a21b38fcb1f3ff28e48 | |
parent | 70428c862975193f906c7bfd642d6c6d096e42f5 (diff) | |
download | popov.link-de7830910cda90c273590a1d9b36675cd1994245.tar.xz popov.link-de7830910cda90c273590a1d9b36675cd1994245.zip |
chore(deps): update actions/setup-node action to v5 (#91)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 3412e54..2b8735b 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@v4 + uses: actions/setup-node@v5 with: node-version: 22 - name: Install dependencies |