Skip to content

Commit

Permalink
autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Aug 7, 2024
1 parent 1c8400a commit dc25802
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- run: npm ci
- name: Build standalone apps
run: npm run pkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- run: npm ci
- name: Build standalone apps
run: npm run pkg
Expand Down
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[ ] ODEs in markdown/latex/ascii
[ ] rxode (R)
[ ] dat (DBSolve)
[ ] ModelingToolkit (Julia)
[x] ModelingToolkit (Julia)
[ ] PGF and TikZ
[x] Summary
[ ] Berkley Madonna
Expand All @@ -36,7 +36,6 @@

## features

- support `null` for properties: highlight
- atStart to exports: Matlab, DBSolve
- write reusable `Build` class
- alternative solution to substitute "pkg": Node.js 21 https://nodejs.org/api/single-executable-applications.html
Expand Down

0 comments on commit dc25802

Please sign in to comment.