Skip to content

Commit 0b52d3e

Browse files
committed
circle is failing, let's update node
1 parent 428bc48 commit 0b52d3e

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
@@ -14,7 +14,7 @@ references:
1414
jobs:
1515
build_package:
1616
docker:
17-
- image: cimg/node:14.21
17+
- image: cimg/node:20.8
1818
working_directory: ~/workdir
1919
steps:
2020
- attach_workspace:
@@ -44,7 +44,7 @@ jobs:
4444

4545
publish_packages:
4646
docker:
47-
- image: cimg/node:14.21
47+
- image: cimg/node:20.8
4848
working_directory: ~/workdir
4949
steps:
5050
- attach_workspace:

0 commit comments

Comments
 (0)