Skip to content

Commit 14b0e04

Browse files
authored
Fix CI and website workflows (#4824)
1 parent a4b088e commit 14b0e04

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
name: CI
88
runs-on: ubuntu-20.04
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

12-
- uses: actions/setup-node@v2
12+
- uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # pin@v2
1313
with:
14-
node-version: 16
14+
node-version: 20
1515

1616
- name: Cache node modules
1717
id: cacheNodeModules
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: '**/node_modules'
2121
key: ${{ runner.os }}-cacheNodeModules2-${{ hashFiles('**/package-lock.json', '**/package.json') }}

.github/workflows/website.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
- uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # pin@v2
3030
with:
31-
node-version: 16
31+
node-version: 20
3232
- name: Cache node modules
3333
id: cacheNodeModules
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: '**/node_modules'
3737
key: ${{ runner.os }}-cacheNodeModules2-${{ hashFiles('**/package-lock.json') }}
@@ -55,12 +55,12 @@ jobs:
5555
run: yarn run build
5656

5757
- name: Setup Pages
58-
uses: actions/configure-pages@v3
58+
uses: actions/configure-pages@v5
5959
- name: Upload artifact
60-
uses: actions/upload-pages-artifact@v1
60+
uses: actions/upload-pages-artifact@v3
6161
with:
6262
# Upload entire repository
6363
path: './website/dist'
6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v2
66+
uses: actions/deploy-pages@v4

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"lzma": "^2.3.2",
2323
"messagepack": "^1.1.12",
2424
"mini-css-extract-plugin": "^2.6.1",
25-
"mobx": "^5.15.4",
26-
"mobx-react": "^6.2.2",
25+
"mobx": "^6.1.0",
26+
"mobx-react": "^7.6.0",
2727
"monaco-editor": "^0.42.0-dev-20230906",
2828
"react": "^17.0.2",
2929
"react-bootstrap": "^2.4.0",

website/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,22 +2254,22 @@ minipass@^4.0.2, minipass@^4.2.4:
22542254
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
22552255
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
22562256

2257-
mobx-react-lite@^2.2.0:
2258-
version "2.2.2"
2259-
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-2.2.2.tgz#87c217dc72b4e47b22493daf155daf3759f868a6"
2260-
integrity sha512-2SlXALHIkyUPDsV4VTKVR9DW7K3Ksh1aaIv3NrNJygTbhXe2A9GrcKHZ2ovIiOp/BXilOcTYemfHHZubP431dg==
2261-
2262-
mobx-react@^6.2.2:
2263-
version "6.3.1"
2264-
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-6.3.1.tgz#204f9756e42e19d91cb6598837063b7e7de87c52"
2265-
integrity sha512-IOxdJGnRSNSJrL2uGpWO5w9JH5q5HoxEqwOF4gye1gmZYdjoYkkMzSGMDnRCUpN/BNzZcFoMdHXrjvkwO7KgaQ==
2266-
dependencies:
2267-
mobx-react-lite "^2.2.0"
2268-
2269-
mobx@^5.15.4:
2270-
version "5.15.7"
2271-
resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.15.7.tgz#b9a5f2b6251f5d96980d13c78e9b5d8d4ce22665"
2272-
integrity sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw==
2257+
mobx-react-lite@^3.4.0:
2258+
version "3.4.3"
2259+
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-3.4.3.tgz#3a4c22c30bfaa8b1b2aa48d12b2ba811c0947ab7"
2260+
integrity sha512-NkJREyFTSUXR772Qaai51BnE1voWx56LOL80xG7qkZr6vo8vEaLF3sz1JNUVh+rxmUzxYaqOhfuxTfqUh0FXUg==
2261+
2262+
mobx-react@^7.6.0:
2263+
version "7.6.0"
2264+
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-7.6.0.tgz#ebf0456728a9bd2e5c24fdcf9b36e285a222a7d6"
2265+
integrity sha512-+HQUNuh7AoQ9ZnU6c4rvbiVVl+wEkb9WqYsVDzGLng+Dqj1XntHu79PvEWKtSMoMj67vFp/ZPXcElosuJO8ckA==
2266+
dependencies:
2267+
mobx-react-lite "^3.4.0"
2268+
2269+
mobx@^6.1.0:
2270+
version "6.13.6"
2271+
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.13.6.tgz#3b80895c7c9df456efc86ae0b6983ccea1da6cc6"
2272+
integrity sha512-r19KNV0uBN4b+ER8Z0gA4y+MzDYIQ2SvOmn3fUrqPnWXdQfakd9yfbPBDBF/p5I+bd3N5Rk1fHONIvMay+bJGA==
22732273

22742274
monaco-editor@^0.42.0-dev-20230906:
22752275
version "0.42.0-dev-20230906"

0 commit comments

Comments
 (0)