diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 579966b..e0061f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - name: Cache node modules uses: actions/cache@v3.3.2