diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f54dd2a..0fe98a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 18 + node-version: 20 - run: npm ci env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1