Skip to content

Commit

Permalink
set circleci nodejs version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
forksofpower committed Jan 29, 2024
1 parent 08455ad commit e09b3a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
test-job:
docker:
- image: circleci/node:10
- image: circleci/node:21.6.1
working_directory: ~/repo
steps:
- checkout
Expand All @@ -29,7 +29,7 @@ jobs:

test-docs:
docker:
- image: circleci/node:10
- image: circleci/node:21.6.1
working_directory: ~/repo
steps:
- checkout
Expand All @@ -43,7 +43,7 @@ jobs:

deploy-docs:
docker:
- image: circleci/node:10
- image: circleci/node:21.6.1
working_directory: ~/repo
steps:
- checkout
Expand All @@ -59,7 +59,7 @@ jobs:

publish-job:
docker:
- image: circleci/node:10
- image: circleci/node:21.6.1
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit e09b3a7

Please sign in to comment.