We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa84757 commit 2b495c0Copy full SHA for 2b495c0
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
build:
4
docker:
5
- - image: cimg/node:18
+ - image: cimg/node:18.10
6
steps:
7
- checkout
8
- run: yarn run build
0 commit comments