aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-09-08 02:32:55 +0300
committerGitHub <noreply@github.com>2025-09-08 02:32:55 +0300
commit2a46f3be35a55212e51c8417c96177bdf2534287 (patch)
tree076c6f0750c1c41b3e37326e2e07e5086c1d3ec9
parentf1746adad9580332d6d28b114d9302bcfa2d78f9 (diff)
downloadpopov.link-2a46f3be35a55212e51c8417c96177bdf2534287.tar.xz
popov.link-2a46f3be35a55212e51c8417c96177bdf2534287.zip
chore(deps): update actions/setup-node action to v5renovate/actions-setup-node-5.x
-rw-r--r--.github/workflows/ci.yml2
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