diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94886ad0..f7592f77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4.1.2 - name: Setup Node.js environment uses: actions/setup-node@v4.0.2 - node-version: 'latest' + node-version: '>=20.6.0' - run: npm ci - run: cp config.json.example config.json - run: npm run verify