Skip to content

Commit c00d171

Browse files
Pin circleci to node 16 (#121)
1 parent e99e8bb commit c00d171

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
checkout_and_compile:
55
docker:
6-
- image: cimg/node:lts
6+
- image: cimg/node:16.18
77
working_directory: ~/index-coop-smart-contracts
88
steps:
99
- checkout
@@ -33,7 +33,7 @@ jobs:
3333
- ~/index-coop-smart-contracts
3434
test:
3535
docker:
36-
- image: cimg/node:lts
36+
- image: cimg/node:16.18
3737
working_directory: ~/index-coop-smart-contracts
3838
parallelism: 2
3939
steps:
@@ -60,7 +60,7 @@ jobs:
6060
6161
test_integration_polygon:
6262
docker:
63-
- image: cimg/node:lts
63+
- image: cimg/node:16.18
6464
working_directory: ~/index-coop-smart-contracts
6565
steps:
6666
- setup_remote_docker:
@@ -83,7 +83,7 @@ jobs:
8383

8484
test_integration_optimism:
8585
docker:
86-
- image: cimg/node:lts
86+
- image: cimg/node:16.18
8787
working_directory: ~/index-coop-smart-contracts
8888
steps:
8989
- setup_remote_docker:
@@ -106,7 +106,7 @@ jobs:
106106

107107
test_integration_ethereum:
108108
docker:
109-
- image: cimg/node:lts
109+
- image: cimg/node:16.18
110110
working_directory: ~/index-coop-smart-contracts
111111
steps:
112112
- setup_remote_docker:
@@ -129,7 +129,7 @@ jobs:
129129

130130
coverage:
131131
docker:
132-
- image: cimg/node:lts
132+
- image: cimg/node:16.18
133133
working_directory: ~/index-coop-smart-contracts
134134
parallelism: 2
135135
steps:
@@ -166,7 +166,7 @@ jobs:
166166

167167
report_coverage:
168168
docker:
169-
- image: cimg/node:lts
169+
- image: cimg/node:16.18
170170
working_directory: ~/index-coop-smart-contracts
171171
steps:
172172
- attach_workspace:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-and-test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: copy env
1616
run: cp .env.default .env
1717
- name: install

0 commit comments

Comments
 (0)