Skip to content

Commit 5b94910

Browse files
committed
try different node version
1 parent bccca6c commit 5b94910

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ references:
1010
only:
1111
- master
1212

13-
1413
jobs:
1514
build_package:
1615
docker:
17-
- image: cimg/node:20.8
16+
- image: cimg/node:20.1.0
1817
working_directory: ~/workdir
1918
steps:
2019
- attach_workspace:
@@ -44,7 +43,7 @@ jobs:
4443

4544
publish_packages:
4645
docker:
47-
- image: cimg/node:20.8
46+
- image: cimg/node:20.1.0
4847
working_directory: ~/workdir
4948
steps:
5049
- attach_workspace:

0 commit comments

Comments
 (0)