Skip to content

Commit 5bdaf00

Browse files
committed
chore: use node 16 in CI
1 parent 3316c56 commit 5bdaf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:14
5+
- image: circleci/node:16
66

77
steps:
88
- checkout

0 commit comments

Comments
 (0)