From a981000d3cf2b78386bd70fa7b4691a7e4fe3b50 Mon Sep 17 00:00:00 2001 From: v4ltages Date: Wed, 12 Aug 2026 19:42:16 +0300 Subject: [PATCH] Setup node --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5976ce..9b31d63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version-file: .nvmrc + - name: Install dependencies run: npm install