From 0cb3b14bcb76912a52a65da72d2cd0ac3f84ce63 Mon Sep 17 00:00:00 2001 From: eeemmmmmm Date: Thu, 5 Jun 2025 23:05:52 +0300 Subject: [PATCH] chore(ci): upgrade setup-node to v4 --- .github/workflows/abi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/abi.yml b/.github/workflows/abi.yml index 0949bbd..eda2c96 100644 --- a/.github/workflows/abi.yml +++ b/.github/workflows/abi.yml @@ -31,7 +31,7 @@ jobs: git checkout ${{ steps.get-rev.outputs.rev }} - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.17' cache: 'yarn'