Skip to content

Commit f8c9ba5

Browse files
authored
Update library dependency for @reactodia/workspace@0.31.2 (#3)
1 parent ccc4e1c commit f8c9ba5

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

.github/workflows/ci-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111

12+
env:
13+
reactodia_workspace_ref: 'v0.31.2'
14+
1215
jobs:
1316
build:
1417
runs-on: ubuntu-latest
@@ -20,6 +23,7 @@ jobs:
2023
uses: actions/checkout@v4
2124
with:
2225
repository: reactodia/reactodia-workspace
26+
ref: "${{ env.reactodia_workspace_ref }}"
2327
path: ./reactodia-workspace
2428
- name: Use Node.js
2529
uses: actions/setup-node@v4

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

10+
env:
11+
reactodia_workspace_ref: 'v0.31.2'
12+
1013
jobs:
1114
build:
1215
runs-on: ubuntu-latest
@@ -17,6 +20,7 @@ jobs:
1720
uses: actions/checkout@v4
1821
with:
1922
repository: reactodia/reactodia-workspace
23+
ref: "${{ env.reactodia_workspace_ref }}"
2024
path: ./reactodia-workspace
2125
- name: Setup Node.js
2226
uses: actions/setup-node@v4

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactodia/reactodia.github.io",
3-
"version": "0.31.1",
3+
"version": "0.31.2",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -21,7 +21,7 @@
2121
"@easyops-cn/docusaurus-search-local": "^0.51.0",
2222
"@mdx-js/react": "^3.1.0",
2323
"@reactodia/hashmap": "^0.2.1",
24-
"@reactodia/workspace": "^0.31.1",
24+
"@reactodia/workspace": "^0.31.2",
2525
"clsx": "^2.1.1",
2626
"n3": "^1.17.2",
2727
"prism-react-renderer": "^2.4.1",

0 commit comments

Comments
 (0)