Skip to content

Commit

Permalink
chore(deps): update node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent bdf5357 commit e882655
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 @@ -22,7 +22,7 @@ version: 2
jobs:
checkout:
docker:
- image: cimg/node:16.20.2
- image: cimg/node:21.6.2
steps:
- checkout
- run: *yarn
Expand All @@ -31,7 +31,7 @@ jobs:
lint:
<<: *defaults
docker:
- image: cimg/node:16.20.2
- image: cimg/node:21.6.2

steps:
- attach-workspace: *attach-work-dir
Expand All @@ -40,7 +40,7 @@ jobs:
test:
<<: *defaults
docker:
- image: cimg/node:16.20.2
- image: cimg/node:21.6.2

steps:
- attach-workspace: *attach-work-dir
Expand All @@ -49,7 +49,7 @@ jobs:
release:
<<: *defaults
docker:
- image: cimg/node:16.20.2
- image: cimg/node:21.6.2
steps:
- attach-workspace: *attach-work-dir
- run: yarn build && yarn compile && yarn semantic-release
Expand Down

0 comments on commit e882655

Please sign in to comment.