From 5b8ec1bd86af5e3d99682014e7e72c0564fbbf15 Mon Sep 17 00:00:00 2001 From: eeemmmmmm Date: Thu, 5 Jun 2025 23:10:53 +0300 Subject: [PATCH] build: update setup-node to v4 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 015ec54e..fb0cae52 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v3 - name: 'Setup Node' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16