Skip to content

Commit f797ca0

Browse files
committed
downgrade node
1 parent 977c8f3 commit f797ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
build:
55
docker:
6-
- image: circleci/node:16.14.2
6+
- image: circleci/node:16.14.0
77
steps:
88
- checkout
99
- restore_cache:
@@ -25,7 +25,7 @@ jobs:
2525

2626
deploy-gh-pages:
2727
docker:
28-
- image: circleci/node:16.14.2
28+
- image: circleci/node:16.14.0
2929
steps:
3030
- checkout
3131
- restore_cache:

0 commit comments

Comments
 (0)