Skip to content

Commit

Permalink
Update Node.js Version in Pipeline to 22.4.1 Due to Current Version I…
Browse files Browse the repository at this point in the history
…ssues (#926)

Update Node.js version in pipeline to 22.4.1 due to issues with the current version
  • Loading branch information
developerkunal authored Jul 19, 2024
1 parent d6664eb commit f803c2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
e2e_test_as_node_module:
docker:
- image: cimg/node:current
- image: cimg/node:22.4.1
working_directory: ~/repo
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:

e2e_test_as_cli:
docker:
- image: cimg/node:current
- image: cimg/node:22.4.1
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
name: Publish package
command: npm publish

does_typescript_compile:
does_typescript_compile:
docker:
- image: cimg/node:current
- image: cimg/node:22.4.1
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -97,7 +97,7 @@ workflows:
v: "lts"
- unit_test:
name: Unit tests with Node current
v: "current"
v: "22.4.1"

test_and_deploy:
jobs:
Expand Down

0 comments on commit f803c2d

Please sign in to comment.