diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a8906a6..77bf316 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,6 +8,11 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: + - name: Setup Node.js + uses: actions/setup-node@v2.5.1 + with: + node-version: v16.19.1 + - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 diff --git a/package.json b/package.json index 3b80b69..184c81a 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "private": true, "scripts": { "dev": "nuxt-ts", - "build": "nuxt-ts --openssl-legacy-provider build", - "start": "nuxt-ts --openssl-legacy-provider start", - "generate": "nuxt-ts --openssl-legacy-provider generate" + "build": "nuxt-ts build", + "start": "nuxt-ts start", + "generate": "nuxt-ts generate" }, "repository": { "type": "git",