Skip to content

Commit

Permalink
Merge pull request #1155 from gusthoff/topic/infrastructure/yarn/upda…
Browse files Browse the repository at this point in the history
…tes/20241226/node_22_upgrade

Infrastructure: upgrade to Node 22
  • Loading branch information
gusthoff authored Dec 27, 2024
2 parents f31af75 + ea3e415 commit a487125
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 867 deletions.
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

0 comments on commit a487125

Please sign in to comment.