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