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 b2fd11e commit e808e62Copy full SHA for e808e62
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
type: enum
10
enum: ["package.json", "builds-repo"]
11
docker:
12
- - image: cimg/node:14.18.3@sha256:30583ce79b08d318b1fc5e17a613d21ef960091e5442b06eb49c56fa180a3b30
+ - image: cimg/node:14.20.1@sha256:0d69eba0696565723273857b2c306e79f7d088e413ed3a29a34f9d5830a389bb
13
steps:
14
- checkout
15
- node/install-packages:
.nvmrc
@@ -0,0 +1 @@
1
+14.20.1
0 commit comments