diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e881bd7..86669d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Configure Node uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' cache: 'npm' - name: Install packages