Skip to content

Commit 72dfcda

Browse files
chore(deps): update dependency node to 22.19 (#2617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Goss <[email protected]>
1 parent 79711d5 commit 72dfcda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v5
1414
with:
15-
node-version: 22.6
15+
node-version: 22.x
1616
- run: npm install
1717
- run: npm run exports-generate-docs
1818
- run: |

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"@types/mocha": "10.0.10",
280280
"@types/mustache": "4.2.6",
281281
"@types/mz": "2.7.9",
282-
"@types/node": "20.19.13",
282+
"@types/node": "^20.11.25",
283283
"@types/progress": "2.0.7",
284284
"@types/semver": "7.7.1",
285285
"@types/sinon-chai": "3.2.12",

0 commit comments

Comments
 (0)