Skip to content

Commit e808e62

Browse files
authored
ci: update node version for CI to latest v14 (#1795)
1 parent b2fd11e commit e808e62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
type: enum
1010
enum: ["package.json", "builds-repo"]
1111
docker:
12-
- image: cimg/node:14.18.3@sha256:30583ce79b08d318b1fc5e17a613d21ef960091e5442b06eb49c56fa180a3b30
12+
- image: cimg/node:14.20.1@sha256:0d69eba0696565723273857b2c306e79f7d088e413ed3a29a34f9d5830a389bb
1313
steps:
1414
- checkout
1515
- node/install-packages:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14.20.1

0 commit comments

Comments
 (0)