diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fac1f80..d59461f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' cache: npm - run: npm ci --prefer-offline