Skip to content

Commit 9d5b9b3

Browse files
authored
fix: upgrade modelina dependency and node (#326)
1 parent 06c5991 commit 9d5b9b3

File tree

6 files changed

+17
-277
lines changed

6 files changed

+17
-277
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: "${{ steps.lockversion.outputs.version }}"
38-
- if: steps.lockversion.outputs.version == '18' && matrix.os == 'windows-latest'
39-
name: Install npm cli 8
40-
shell: bash
41-
#npm cli 10 is buggy because of some cache issues
42-
run: npm install -g npm@8.19.4
4338
- name: Install dependencies
4439
shell: bash
4540
run: npm ci

docs/migrations/v0.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -118,29 +118,6 @@ outputPath/
118118
3. Update function calls - functions are now standalone exports, not object properties
119119
4. Optionally use namespace imports (`import * as nats from './channels/nats'`) to keep similar syntax
120120

121+
## Breaking Changes 0.64.2
121122

122-
123-
124-
125-
126-
127-
128-
129-
130-
131-
132-
133-
134-
135-
136-
137-
138-
139-
140-
141-
142-
143-
144-
145-
146-
123+
Upgraded node to minimum v22.

package-lock.json

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

0 commit comments

Comments
 (0)