Skip to content

Commit

Permalink
fix(tooling): upgraded node version from 14 to 20 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 authored Jul 18, 2024
1 parent d12ba10 commit 6ac4733
Show file tree
Hide file tree
Showing 5 changed files with 42,470 additions and 25,792 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
node-executor:
working_directory: ~/widgets
docker:
- image: circleci/node:fermium-browsers
- image: cimg/node:20.13.1-browsers

# reusable command for all jobs
commands:
Expand All @@ -27,7 +27,7 @@ jobs:
- dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Install Dependencies
command: npm i
command: npm i --force #Remove force once webex version is upgraded in sdk-component-adapter
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths: node_modules
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/fermium
lts/iron
Loading

0 comments on commit 6ac4733

Please sign in to comment.