Skip to content

Commit

Permalink
drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Aug 20, 2024
1 parent 6a32e0c commit 0092bc8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: [webasm_package]
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'LibamtrackWeb'
copyright = '2022, Arkadiusz Dudzik, Piotr Zmilczak, Leszek Grzanka'
copyright = '2024, Arkadiusz Dudzik, Piotr Zmilczak, Leszek Grzanka'
author = 'Arkadiusz Dudzik, Piotr Zmilczak, Leszek Grzanka'

# The short X.Y version
Expand Down
2 changes: 1 addition & 1 deletion docs/jsons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Global configuration JSON file looks like below
{
"applicationTitle": "Libamtrack",
"introText": "libamtrack provides computational routines for the prediction of detector response and radiobiological efficiency in heavy charged particle beams.",
"footerText": "LibatrackWeb ©2022",
"footerText": "LibatrackWeb ©2024",
"categories": [],
"dictionaries": [],
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "LibamtrackWeb",
"name": "@libamtrack/web",
"version": "0.1.0",
"private": false,
"description": "Libamtrack Web Gui",
Expand Down
2 changes: 1 addition & 1 deletion src/static/json/GlobalConfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applicationTile": "Libamtrack",
"introText": "libamtrack provides computational routines for the prediction of detector response and radiobiological efficiency in heavy charged particle beams.",
"footerText1": "LibamtrackWeb ©2022",
"footerText1": "LibamtrackWeb ©2024",
"footerText2": "This project has received funding from the European Union's H2020 Research and Innovation Programme, under Grant Agreement No: 730983 (INSPIRE project)",
"categories": [
{
Expand Down

0 comments on commit 0092bc8

Please sign in to comment.