From 37e71eb6feb3622574eb8edc7836303b2e7a380d Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Fri, 23 May 2025 17:17:31 +0200 Subject: [PATCH] fix setup-node ci step --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a59167d1..589a3819 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,8 @@ jobs: uses: actions/checkout@v4.1.2 - name: Setup Node.js environment uses: actions/setup-node@v4.0.2 + with: + node-version: '>=20.6.0' - run: npm ci - run: cp config.json.example config.json - run: npm run verify