Skip to content

Commit 919f3af

Browse files
committed
chore: update to node 18 for circleci
1 parent 780fa88 commit 919f3af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: 'cimg/node:18'
5+
- image: 'cimg/node:18.18'
66
steps:
77
- checkout
88
- run:

0 commit comments

Comments
 (0)