We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9f286b + e9cd3cb commit 10fef98Copy full SHA for 10fef98
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
release:
4
docker:
5
- - image: circleci/node:12.14.1
+ - image: circleci/node:14.17.6
6
steps:
7
- checkout
8
- run: yarn install
0 commit comments