Skip to content

Commit

Permalink
Ported core packages and examples to Typecript
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-paul committed Dec 5, 2024
1 parent caf8021 commit 258dade
Show file tree
Hide file tree
Showing 174 changed files with 9,304 additions and 7,283 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/annotated-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
FORCE_COLOR: 0
with:
node-version: 16
node-version: 20.18.1

- name: Install yarn 3
run: npm i -g yarn
Expand Down
21 changes: 10 additions & 11 deletions .github/workflows/cypress-end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
continue-on-error: true
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: 16
node-version: 20.18.1
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down Expand Up @@ -91,7 +90,7 @@ jobs:
# - name: 🪨 Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: 16.16.0
# node-version: 20.18.1
#
# - name: 🤖 Install Mephisto
# run: pip install -e .
Expand Down Expand Up @@ -144,7 +143,7 @@ jobs:
# - name: 🪨 Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: 16.16.0
# node-version: 20.18.1
#
# - name: 🤖 Install Mephisto
# run: pip install -e .
Expand Down Expand Up @@ -198,7 +197,7 @@ jobs:
- name: 🪨 Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.16.0
node-version: 20.18.1

- name: 🤖 Install Mephisto
run: pip install -e .
Expand Down Expand Up @@ -248,7 +247,7 @@ jobs:
- name: 🪨 Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.16.0
node-version: 20.18.1

- name: 🤖 Install Mephisto
run: pip install -e .
Expand Down Expand Up @@ -298,7 +297,7 @@ jobs:
- name: 🪨 Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.16.0
node-version: 20.18.1

- name: 🤖 Install Mephisto
run: pip install -e .
Expand Down Expand Up @@ -348,7 +347,7 @@ jobs:
# - name: 🪨 Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: 16.16.0
# node-version: 20.18.1
#
# - name: 🤖 Install Mephisto
# run: pip install -e .
Expand Down Expand Up @@ -401,7 +400,7 @@ jobs:
- name: 🪨 Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.16.0
node-version: 20.18.1

- name: 🤖 Install Mephisto
run: |
Expand Down Expand Up @@ -452,7 +451,7 @@ jobs:
- name: 🪨 Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.16.0
node-version: 20.18.1

- name: 🤖 Install Mephisto
run: |
Expand Down Expand Up @@ -503,7 +502,7 @@ jobs:
- name: 🪨 Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.16.0
node-version: 20.18.1

- name: 🤖 Install Mephisto
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0
cache: yarn
node-version: 20.18.1
- uses: actions/setup-python@v5
with:
python-version: 3.8
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 16.16.0
cache: yarn
node-version: 20.18.1
- uses: actions/setup-python@v5
with:
python-version: 3.8
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ initFields:

initScope: annotated

nodeLinker: node-modules

packageExtensions:
"@docusaurus/core@*":
dependencies:
Expand Down
Loading

0 comments on commit 258dade

Please sign in to comment.