Skip to content

Commit

Permalink
Merge branch '751-node' into 'master'
Browse files Browse the repository at this point in the history
Resolve "node のバージョンを上げる"

Closes #751

See merge request ricos/monolish!511
  • Loading branch information
fockl committed Aug 29, 2024
2 parents a4bd3e6 + 4a0a9e5 commit ceb3b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Unreleased
- Update cuda version of allgebra <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/506> <https://github.com/ricosjp/monolish/issues/739>
- Change view1d constructor <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/501> <https://github.com/ricosjp/monolish/issues/732>
- Change pyyaml version 5.4.1->5.3.1 <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/507> <https://github.com/ricosjp/monolish/issues/740>
- Update node version 16->22 <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/511> <https://github.com/ricosjp/monolish/issues/751>


0.17.1 - 2023/05/03
Expand Down
2 changes: 1 addition & 1 deletion ci/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ doxygen:
markdown-link-check:
extends:
- .develop
image: node:16
image: node:22
script:
- npm install -g markdown-link-check
- markdown-link-check README.md
Expand Down

0 comments on commit ceb3b28

Please sign in to comment.