diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 2e4bdc4..e260f00 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: npm cache-dependency-path: site/package-lock.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 972d59c..7fdd229 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 22 cache: npm cache-dependency-path: app/package-lock.json