Skip to content

Commit

Permalink
no YARN_ENABLE_HARDENED_MODE
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Nov 7, 2024
1 parent c200c6c commit 570a59a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ env:
REPORTS_DIR: "CI_reports"
TESTS_REPORTS_ARTIFACT: tests-reports
STANDARD_REPORTS_ARTIFACT: cs-reports
YARN_ENABLE_HARDENED_MODE: '1' # https://yarnpkg.com/features/security

jobs:
build:
Expand Down Expand Up @@ -256,7 +255,6 @@ jobs:
os: 'macos-latest'
env:
YARN_VERSION: ${{ matrix.yarn-version }}
YARN_ENABLE_HARDENED_MODE: 0 # we are using a version of yarn that might not be compatible with the lock
timeout-minutes: 10
steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ env:
DIST_DIR: dist
PACKED_DIR: CI_packed
NODE_ACTIVE_LTS: "20" # https://nodejs.org/en/about/releases/
YARN_ENABLE_HARDENED_MODE: '1' # https://yarnpkg.com/features/security

jobs:
bump:
Expand Down

0 comments on commit 570a59a

Please sign in to comment.