CI: Use the node specific image

This commit is contained in:
Alessandro Pignotti 2024-10-14 19:36:18 +02:00
parent ccbaf8749d
commit 000f925216

View file

@ -3,7 +3,7 @@ version: 2.1
jobs:
deploy:
docker:
- image: cimg/base:2024.10
- image: cimg/node:22.9
resource_class: medium
steps:
- add_ssh_keys: