Skip to content

Commit

Permalink
Merge pull request #243 from MikeMcC399/update/cimg/node
Browse files Browse the repository at this point in the history
ci(deps): update to cimg/node:22.11.0
  • Loading branch information
jennifer-shehane authored Oct 30, 2024
2 parents 20c42ab + 5dc7475 commit ec56ebc
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 ec56ebc

Please sign in to comment.