Skip to content

Commit

Permalink
Bump tailwindcss:3.2.4 (#4307)
Browse files Browse the repository at this point in the history
* Bump tailwindcss:3.2.4 @headlessui/react:1.7.5

* Revert "Bump tailwindcss:3.2.4 @headlessui/react:1.7.5"

* Bump tailwindcss:3.2.4

* Trigger Build

* fix (netlify): added node_options

* Add max_old_space_size node option to cypress workflow

* Fix env

* Fix Tailwind's safelist regex

* Add node_options to Dockerfile and ignore it from eslint

Co-authored-by: Khavin Shankar <khavinshankar@gmail.com>
  • Loading branch information
Ashesh3 and khavinshankar committed Dec 23, 2022
1 parent adeebf1 commit e8dfd97
Show file tree
Hide file tree
Showing 6 changed files with 19,423 additions and 26,470 deletions.
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

0 comments on commit e8dfd97

Please sign in to comment.