Skip to content

Commit 09edbb8

Browse files
committed
added node version to config for e2e
1 parent f65efb1 commit 09edbb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ jobs:
345345
parallelism: << parameters.parallelism >>
346346
steps:
347347
- checkout
348+
- node/install:
349+
node-version: '18.15.0'
348350
- attach_workspace:
349351
at: .
350352
- run: sudo apt-get install net-tools

0 commit comments

Comments
 (0)