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 bccca6c commit 5b94910Copy full SHA for 5b94910
.circleci/config.yml
@@ -10,11 +10,10 @@ references:
10
only:
11
- master
12
13
-
14
jobs:
15
build_package:
16
docker:
17
- - image: cimg/node:20.8
+ - image: cimg/node:20.1.0
18
working_directory: ~/workdir
19
steps:
20
- attach_workspace:
@@ -44,7 +43,7 @@ jobs:
44
43
45
publish_packages:
46
47
48
49
50
0 commit comments