Skip to content

Commit 1b6e7e7

Browse files
committed
chore: Update dependencies and remove unused code
1 parent c6578a9 commit 1b6e7e7

File tree

9 files changed

+17844
-26078
lines changed

9 files changed

+17844
-26078
lines changed

.github/actions/deps-setup/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ runs:
1111
uses: actions/setup-node@v4
1212
with:
1313
node-version: '20.x'
14+
cache: 'yarn'
1415
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock
1516

16-
- name: Install Yarn v4
17-
run: |
18-
corepack enable
19-
corepack prepare [email protected] --activate
20-
shell: bash
21-
2217
- name: Install dependencies
2318
run: yarn install --frozen-lockfile
2419
shell: bash

documentation/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@
4646
},
4747
"engines": {
4848
"node": ">=18.0"
49-
},
50-
"packageManager": "[email protected]"
49+
}
5150
}

0 commit comments

Comments
 (0)