diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db60c7a8..95cbc42e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-node - uses: actions/setup-node@v3 with: - node-version: '20' + node-version: '22.x' - run: npm i - run: npm run build-all