Skip to content

Commit

Permalink
chore: website node 22 (#4295)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad authored Dec 29, 2024
1 parent 4dd3742 commit 2974864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/configure-pages@v5
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'
- name: Build docs
env:
NODE_OPTIONS: "--max-old-space-size=4096"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"yaml": "^2.2.2"
},
"engines": {
"node": ">=18.0"
"node": ">=22.0"
}
}

0 comments on commit 2974864

Please sign in to comment.