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.
2 parents 409dfae + 6a25f85 commit 5f8a6a6Copy full SHA for 5f8a6a6
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
build:
6
working_directory: ~/editor
7
docker:
8
- - image: circleci/node:16
+ - image: cimg/node:lts
9
steps:
10
- checkout
11
- run:
@@ -27,7 +27,7 @@ jobs:
27
test:
28
29
30
31
32
- attach_workspace:
33
at: ~/editor
@@ -50,7 +50,7 @@ jobs:
50
release:
51
52
53
54
55
56
name: Create .ssh folder
0 commit comments