Skip to content

Commit

Permalink
Upgrade to Node v20 (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed May 17, 2024
1 parent 8a35791 commit c242aeb
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 @@ orbs:
jobs:
install:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- run: npm install
Expand All @@ -16,7 +16,7 @@ jobs:
- node_modules
tests:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- attach_workspace:
Expand All @@ -26,7 +26,7 @@ jobs:
- run: npm run check-format
build:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- attach_workspace:
Expand All @@ -39,7 +39,7 @@ jobs:
- dist
deploy:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit c242aeb

Please sign in to comment.