Skip to content

Commit

Permalink
ci(deps): update to cimg/node:22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 29, 2024
1 parent 20c42ab commit 5dc7475
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workflows:
jobs:
lint:
docker:
- image: cimg/node:20.12.2
- image: cimg/node:22.11.0
steps:
- checkout
- run:
Expand All @@ -35,7 +35,7 @@ jobs:

test-v8:
docker:
- image: cimg/node:20.12.2
- image: cimg/node:22.11.0
steps:
- checkout
- run:
Expand All @@ -53,7 +53,7 @@ jobs:

test-v9:
docker:
- image: cimg/node:20.12.2
- image: cimg/node:22.11.0
steps:
- checkout
- run:
Expand All @@ -71,7 +71,7 @@ jobs:

release:
docker:
- image: cimg/node:20.12.2
- image: cimg/node:22.11.0
steps:
- checkout
- run:
Expand Down

0 comments on commit 5dc7475

Please sign in to comment.