Skip to content

Commit

Permalink
Remove some yarn flags to see if it installs
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 30, 2024
1 parent 5990898 commit 0829afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
- name: Install dependencies playwright
run: yarn install:yml
- name: Install Playwright Browsers
run: npx playwright install --with-deps
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# COMMENT: Why we specify YARN_FLAGS: https://www.netlify.com/docs/build-gotchas/#yarn
[build.environment]
NODE_VERSION = "16.14.0"
YARN_VERSION = "1.22.5"
YARN_VERSION = "1.22.22"
NETLIFY_USE_YARN = "true"
YARN_FLAGS = "--no-ignore-optional --pure-lockfile"
YARN_FLAGS = ""
NODE_OPTIONS = "--max_old_space_size=16384"

# COMMENT: This a rule for Single Page Applications
Expand Down

0 comments on commit 0829afd

Please sign in to comment.