Skip to content

Commit

Permalink
{tool,client}: bump node version (tailscale#12840)
Browse files Browse the repository at this point in the history
Bump node version to latest lts on the 18.x line which is 18.20.4 at the time of writing.

Updates tailscale/corp#21741

Signed-off-by: Mario Minardi <mario@tailscale.com>
  • Loading branch information
mpminardi authored Jul 18, 2024
1 parent 1608831 commit 4850186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"license": "BSD-3-Clause",
"engines": {
"node": "18.16.1",
"node": "18.20.4",
"yarn": "1.22.19"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion tool/node.rev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.20.4

0 comments on commit 4850186

Please sign in to comment.