Skip to content

Commit ae41b03

Browse files
committed
Use latest stable Ruby and Node Docker images
Ruby 4.0 and Node 24 (LTS) are the current stable releases.
1 parent c9d936b commit ae41b03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
docs-build:
55
docker:
6-
- image: ruby:3.3
6+
- image: ruby:4.0
77
steps:
88
- checkout
99
- run:
@@ -19,7 +19,7 @@ jobs:
1919
paths: html
2020
docs-deploy:
2121
docker:
22-
- image: node:20
22+
- image: node:24
2323
steps:
2424
- checkout
2525
- attach_workspace:

0 commit comments

Comments
 (0)