diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-08 02:32:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-08 02:32:55 +0300 |
commit | 2a46f3be35a55212e51c8417c96177bdf2534287 (patch) | |
tree | 076c6f0750c1c41b3e37326e2e07e5086c1d3ec9 | |
parent | f1746adad9580332d6d28b114d9302bcfa2d78f9 (diff) | |
download | popov.link-renovate/actions-setup-node-5.x.tar.xz popov.link-renovate/actions-setup-node-5.x.zip |
chore(deps): update actions/setup-node action to v5renovate/actions-setup-node-5.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 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 |