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 d61eeaf commit 3af627aCopy full SHA for 3af627a
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:10.24.1
+ - image: circleci/node:17.2.0
6
working_directory: ~/repo
7
steps:
8
- checkout
@@ -26,7 +26,7 @@ jobs:
26
paths: .
27
release:
28
29
30
31
32
- run: npm install
0 commit comments