Skip to content

Commit 1abeed9

Browse files
Update deploy_production.yml workflow to use Node.js v22 (#6334)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: francinelucca <[email protected]>
1 parent 3b6d68a commit 1abeed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
secrets:
5656
gh_token: ${{ secrets.GITHUB_TOKEN }}
5757
with:
58-
node_version: 18
58+
node_version: 22
5959
install: npm ci
6060
build: npm run build:docs
6161
output_dir: docs/public

0 commit comments

Comments
 (0)