Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn --frozen-lockfile
run: yarn --immutable
- name: Build API documentation
run: yarn build:docs
- name: Azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version-file: .nvmrc
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
run: yarn install --immutable
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
timeout-minutes: 60
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '${{ matrix.node-version }}'
cache: 'yarn'
- name: Setup CI Environment
run: test/ci/before_install.sh
- name: Install
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Build
run: yarn build
- name: Electron Cache
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules
enableScripts: false
npmMinimalAgeGate: 1440 # one day in minutes
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"junk": "^4.0.1",
"parse-author": "^2.0.0",
"plist": "^3.1.0",
"prettier": "^3.6.2",
"resedit": "^2.0.3",
"resolve": "^1.22.10",
"semver": "^7.7.2",
Expand All @@ -70,6 +69,7 @@
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"lodash": "^4.17.21",
"prettier": "^3.6.2",
"tsx": "^4.20.4",
"typedoc": "~0.25.4",
"typescript": "^5.9.2",
Expand Down Expand Up @@ -108,5 +108,6 @@
"prettier --write",
"eslint --fix"
]
}
},
"packageManager": "[email protected]"
}
11,167 changes: 6,658 additions & 4,509 deletions yarn.lock

Large diffs are not rendered by default.

Loading