diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3497a644..20bbfeef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: use Node.js 20.0.0 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20.0.0 - name: Install and Build