From c81324e711410a03a3309f8cc8cb9dc909f26ac3 Mon Sep 17 00:00:00 2001 From: delarea Date: Wed, 22 May 2024 14:41:59 +0300 Subject: [PATCH] Update setup node action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6156c4a..669259cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: run: pip3 install pipenv - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} check-latest: true