diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 90f475b9..5a10e1b9 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,7 +20,7 @@ jobs: - name: 📚 Git Checkout uses: actions/checkout@v5 - name: 📦 Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 18 cache: yarn diff --git a/.github/workflows/test-deploy-docs.yml b/.github/workflows/test-deploy-docs.yml index 1a05fa6b..047e8ece 100644 --- a/.github/workflows/test-deploy-docs.yml +++ b/.github/workflows/test-deploy-docs.yml @@ -18,7 +18,7 @@ jobs: - name: 📚 Git Checkout uses: actions/checkout@v5 - name: 📦 Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 18 cache: yarn