diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aefc3bd..5b2e0c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18.x" - name: Install dependencies run: npm install