diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 111a660..13fa4a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v6 # Uncomment this if you're using pnpm - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 cache: pnpm diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 84c0225..db40b8e 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v6 # Uncomment this if you're using pnpm - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 cache: pnpm