Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tailwindcss:3.2.4 #4307

Merged
merged 12 commits into from Dec 23, 2022
1 change: 1 addition & 0 deletions .github/workflows/cypress.yaml
Expand Up @@ -59,6 +59,7 @@ jobs:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: --max_old_space_size=4096

- name: Remove cypress failed label on success 🏷️
uses: actions-ecosystem/action-remove-labels@v1
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -3,6 +3,8 @@ FROM node:lts-buster-slim as build-stage

WORKDIR /app

ENV NODE_OPTIONS="--max-old-space-size=4096"

COPY package.json package-lock.json ./

RUN npm install --legacy-peer-deps
Expand Down
1 change: 1 addition & 0 deletions netlify.toml
Expand Up @@ -15,6 +15,7 @@ command = "CI='' npm run build"
[build.environment]
NODE_VERSION = "16"
NPM_FLAGS = "--legacy-peer-deps"
NODE_OPTIONS = "--max_old_space_size=4096"
## YARN_VERSION = "3.2.1"
## YARN_FLAGS = "--mode=update-lockfile"
## YARN_CACHE_FOLDER = "/opt/buildhome/.yarn_cache"
Expand Down