Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-learn-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
node-version: [20.x]
node-version: [22.x]

steps:
- name: Trigger publishing on learn-latest repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-books-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-content-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $frontend = <<-SHELL
sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list

# Enable the NodeSource repository
curl -sL https://deb.nodesource.com/setup_20.x | bash -
curl -sL https://deb.nodesource.com/setup_22.x | bash -

# Generate list of installed packages
dpkg -l | awk '$1 == "ii" { printf "%s\\n", $2 }' > /vagrant/vm_apt_installed.txt
Expand Down Expand Up @@ -96,7 +96,7 @@ $epub = <<-SHELL
sed -i -e 's#security.ubuntu.com#old-releases.ubuntu.com#' /etc/apt/sources.list

# Enable the NodeSource repository
curl -sL https://deb.nodesource.com/setup_20.x | bash -
curl -sL https://deb.nodesource.com/setup_22.x | bash -

# Generate list of installed packages
dpkg -l | awk '$1 == "ii" { printf "%s\\n", $2 }' > /vagrant/vm_apt_installed.txt
Expand Down
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"mocha": "^10.8.2",
"mock-socket": "^9.3.1",
"node-fetch": "^3.3.2",
"node-sass": "^9.0.0",
"nyc": "^17.1.0",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
Expand Down
Loading
Loading