Skip to content

Commit b5cd78f

Browse files
razor-xseambot
andauthored
Update to use Node.js v22 (#599)
* Run npm update * Update to use Node.js v22 * ci: Generate docs --------- Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent bbfe1a6 commit b5cd78f

7 files changed

Lines changed: 304 additions & 390 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VARIANT="20"
1+
ARG VARIANT="22"
22

33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
44

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build": {
44
"dockerfile": "Dockerfile",
55
"args": {
6-
"VARIANT": "20"
6+
"VARIANT": "22"
77
}
88
},
99
"extensions": [

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
node_version:
77
description: The Node.js version.
88
required: false
9-
default: '20'
9+
default: '22'
1010
registry_url:
1111
description: The Node.js package registry URL.
1212
required: false

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

0 commit comments

Comments
 (0)