Skip to content

Commit

Permalink
Fix on lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
KafkaWannaFly committed Dec 26, 2023
1 parent 236cb90 commit fe864d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 81 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-doc-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Upgrade Yarn
run: corepack enable && yarn set version berry

- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: DocumentSite/yarn.lock

- name: Upgrade Yarn
run: corepack enable && yarn set version berry

- name: Install dependencies
working-directory: ./DocumentSite
run: yarn install
run: yarn install --immutable

- name: Build website
working-directory: ./DocumentSite
Expand Down
40 changes: 0 additions & 40 deletions DocumentSite/.pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified DocumentSite/.yarn/install-state.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion DocumentSite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
},
"engines": {
"node": ">=18.0"
}
},
"packageManager": "yarn@4.0.2"
}
36 changes: 0 additions & 36 deletions DocumentSite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4404,15 +4404,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.10.5":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
dependencies:
undici-types: "npm:~5.26.4"
checksum: be30609aae0bfe492097815f166ccc07f465220cb604647fa4e5ec05a1d16c012a41b82b5f11ecfe2485cbb479d4d20384b95b809ca0bcff6d94d5bbafa645bb
languageName: node
linkType: hard

"@types/parse-json@npm:^4.0.0":
version: 4.0.0
resolution: "@types/parse-json@npm:4.0.0"
Expand Down Expand Up @@ -6589,12 +6580,10 @@ __metadata:
"@docusaurus/types": "npm:^3.0.1"
"@mdx-js/react": "npm:^3.0.0"
"@tsconfig/docusaurus": "npm:^2.0.2"
"@types/node": "npm:^20.10.5"
"@types/prop-types": "npm:^15"
"@types/react": "npm:^18.2.45"
antd: "npm:^5.12.5"
clsx: "npm:^2.0.0"
node: "npm:^21.2.0"
prism-react-renderer: "npm:^2.3.1"
prop-types: "npm:^15.8.1"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -10103,13 +10092,6 @@ __metadata:
languageName: node
linkType: hard

"node-bin-setup@npm:^1.0.0":
version: 1.1.3
resolution: "node-bin-setup@npm:1.1.3"
checksum: 7de7d17aff7baa4e424f2b94ba14626b177620998d7bbe5bb28841a4e078d9c198a96edefb88f00e80a724f3d56907cdfb4be8af1c45e46b0f1476c26d828910
languageName: node
linkType: hard

"node-emoji@npm:^2.1.0":
version: 2.1.3
resolution: "node-emoji@npm:2.1.3"
Expand Down Expand Up @@ -10163,17 +10145,6 @@ __metadata:
languageName: node
linkType: hard

"node@npm:^21.2.0":
version: 21.2.0
resolution: "node@npm:21.2.0"
dependencies:
node-bin-setup: "npm:^1.0.0"
bin:
node: bin/node
checksum: 35536715459cca61cc0238694e8e593f0f307bbb3e389ab5f2118ccfceb679bca6fa1f9f243467f83ae2dcd08d8985639e6a42745e0ef4a5a1ea6caba76f48cf
languageName: node
linkType: hard

"nopt@npm:^7.0.0":
version: 7.2.0
resolution: "nopt@npm:7.2.0"
Expand Down Expand Up @@ -13490,13 +13461,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down

0 comments on commit fe864d6

Please sign in to comment.