diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2a8e08e..7d755239 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "npm" - run: npm ci - run: npm run build