diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2cc6562..1e0bdb5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 20 - name: Install dependencies uses: bahmutov/npm-install@v1