Skip to content

Commit

Permalink
Update to node 22
Browse files Browse the repository at this point in the history
Calypso has updated to node 22, which means it's time for us to do so as
well.
  • Loading branch information
anomiex committed Oct 23, 2024
1 parent c3e2ec5 commit b4ab0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Versions of tools to use in CI.
PHP_VERSION=8.2
COMPOSER_VERSION=2.7.7
NODE_VERSION=20.8.1
NODE_VERSION=22.9.0
PNPM_VERSION=9.3.0

# Other useful version numbers.
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.8.1
22.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jetpack-js-tools": "workspace:*"
},
"engines": {
"node": "^20.8.1",
"node": "^22.9.0",
"pnpm": "^9.3.0"
}
}

0 comments on commit b4ab0c9

Please sign in to comment.