diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dcd42ab..30dc5d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: npm - name: Install dependencies