We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11641cb commit 96fec28Copy full SHA for 96fec28
.circleci/config.yml
@@ -5,7 +5,7 @@ version: 2.1
5
jobs:
6
build_node18:
7
docker:
8
- - image: cimg/node:22.5.1
+ - image: cimg/node:22.8.0
9
steps:
10
- checkout
11
- run: yarn install --immutable --immutable-cache
0 commit comments