diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 51e44742..6f66fbc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 cache: npm # or pnpm / yarn diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index a52d9e8c..c455a2d2 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -37,7 +37,7 @@ jobs: path: "./client" - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ steps.versions.outputs.nodeVersion }}