Skip to content

Commit

Permalink
chore: Update dependencies and remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Oct 8, 2024
1 parent c6578a9 commit 1b6e7e7
Show file tree
Hide file tree
Showing 9 changed files with 17,844 additions and 26,078 deletions.
7 changes: 1 addition & 6 deletions .github/actions/deps-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ runs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock

- name: Install Yarn v4
run: |
corepack enable
corepack prepare [email protected] --activate
shell: bash

- name: Install dependencies
run: yarn install --frozen-lockfile
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@
},
"engines": {
"node": ">=18.0"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 1b6e7e7

Please sign in to comment.