Skip to content

Commit 018ee3e

Browse files
authored
Merge pull request #20 from Termina/interop
add interop between extensions
2 parents be45563 + 73cab7a commit 018ee3e

File tree

15 files changed

+3882
-7992
lines changed

15 files changed

+3882
-7992
lines changed

.github/workflows/upload.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 22
18-
cache: 'yarn'
17+
node-version: 24
18+
19+
- name: Enable Corepack
20+
run: |
21+
corepack enable
22+
corepack prepare yarn@4.12.0 --activate
23+
yarn --version
1924
2025
- uses: calcit-lang/setup-cr@0.0.8
2126

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ dist/
99
.DS_Store
1010

1111
extension/dist
12+
13+
.tmp/
14+
15+
.yarn
16+
17+
.calcit-snippets/

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

0 commit comments

Comments
 (0)