Skip to content

Commit 71040ee

Browse files
committed
Update Node in CI to match latest server version
1 parent 43d2483 commit 71040ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- node-version: 20.x
1616
- node-version: 22.x
1717
- node-version: 24.x
18-
- node-version: 'v24.15.0'
18+
- node-version: 'v24.19.0'
1919
deploys-docs: true
2020
- node-version: latest
2121

@@ -102,7 +102,7 @@ jobs:
102102

103103
- uses: actions/setup-node@v6
104104
with:
105-
node-version: 'v24.15.0'
105+
node-version: 'v24.19.0'
106106
registry-url: 'https://registry.npmjs.org'
107107
cache: 'npm'
108108
cache-dependency-path: 'package.json'

0 commit comments

Comments
 (0)