diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 722cd51..b0950de 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -49,7 +49,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "17" + node-version: "18" cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Restore cache uses: actions/cache@v3