diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7bcba57..e2b871e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: install dependencies run: npm install