diff --git a/.github/workflows/netlify-preview.yml b/.github/workflows/netlify-preview.yml index 771dac22..c356e1d9 100644 --- a/.github/workflows/netlify-preview.yml +++ b/.github/workflows/netlify-preview.yml @@ -14,10 +14,10 @@ jobs: with: env-file: .env.development.mock - - name: Use Node.js 14.x + - name: Use Node.js 15.x uses: actions/setup-node@v3.7.0 with: - node-version: 14.x + node-version: 15.x - run: npm ci - run: npm run build @@ -48,10 +48,10 @@ jobs: with: env-file: .env.development.prod - - name: Use Node.js 14.x + - name: Use Node.js 15.x uses: actions/setup-node@v3.7.0 with: - node-version: 14.x + node-version: 15.x - run: npm ci - run: npm run build diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 30627d88..340cdb35 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12, 14, 15] + node-version: [15] steps: - uses: actions/checkout@v3.5.3 diff --git a/package.json b/package.json index 8b24a89a..c0a887dd 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ ], "_id": "wikwiki-ui@1.0.0", "engines": { - "node": ">= 11.0.0", + "node": ">= 15.0.0", "npm": ">= 6.4.1" }, "gitHooks": {