Skip to content

Commit

Permalink
ci: update node images and browser tools (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt authored Jul 23, 2023
1 parent a9bb1d9 commit b5c0348
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.1.0
browser-tools: circleci/browser-tools@1.4.3

# Configuration
job_defaults_var: &job_defaults
working_directory: ~/workspace/app
docker:
- image: cimg/node:16.14.0-browsers
- image: cimg/node:18.16.0-browsers

# Yarn cache key
cache_var: &cache_key yarn-packages-v3-{{ .Branch }}-{{ checksum "yarn.lock" }}
Expand Down Expand Up @@ -143,6 +143,8 @@ jobs:
- *attach_workspace
- run:
name: Run integration tests for ng12 (Ivy) application
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
command: yarn integration:ng12:ivy
- persist_to_workspace:
root: ~/workspace
Expand Down

0 comments on commit b5c0348

Please sign in to comment.