We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff978d commit 413b205Copy full SHA for 413b205
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
test:
5
docker:
6
- - image: node:12.16.1-alpine3.11
+ - image: node:12.22.7-alpine3.11
7
steps:
8
- checkout
9
@@ -16,7 +16,7 @@ jobs:
16
17
publishPackage:
18
19
20
21
22
0 commit comments