diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c07b0d..176f287 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm - run: npm ci @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm registry-url: 'https://registry.npmjs.org'