Skip to content

Commit b122bee

Browse files
committed
use node 22 in CI, update text
1 parent 9fbd9e8 commit b122bee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: 8
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: "pnpm"
1919
- run: pnpm install
2020
- run: pnpm run build

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repos:
88
- "@prettier/plugin-pug"
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-yaml
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.28.1
19+
rev: 0.28.4
2020
hooks:
2121
- id: check-github-workflows
2222
ci:

src/content/features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ features:
2222
title: DuneCopasi FEM Solver
2323
description: >
2424
The <a href="https://dune-copasi.netlify.app">dune-copasi</a> solver is used to simulate models.
25-
This solves the PDE on a triangular mesh using finite element discretization methods.
25+
This solves the PDE on a tetrahedral mesh using finite element discretization methods.
2626
See the <a href="https://spatial-model-editor.readthedocs.io/en/stable/reference/dune.html">simulator documentation</a>
2727
for more information on the available options when using it in the GUI.
2828
For more technical information about the DuneCopasi solver itself,

src/content/index.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ cards:
1313
url: "https://spatial-model-editor.readthedocs.io"
1414
links:
1515
"Spatial Model Editor": https://spatial-model-editor.readthedocs.io/en/stable/quickstart/get-started.html
16-
"Python interface: sme": https://spatial-model-editor.readthedocs.io/en/stable/sme/sme.html
17-
"Python extras: sme-contrib": https://sme-contrib.readthedocs.io
16+
"sme (Python interface)": https://spatial-model-editor.readthedocs.io/en/stable/sme/sme.html
17+
"sme-contrib (Python extras)": https://sme-contrib.readthedocs.io
1818
- title: Python interface
1919
icon: bi-braces
2020
url: "https://pypi.org/project/sme"

0 commit comments

Comments
 (0)