We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb7dc0 commit 6bdb73eCopy full SHA for 6bdb73e
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
jobs:
7
lint:
8
docker:
9
- - image: cimg/node:23.11.1
+ - image: cimg/node:24.4.0
10
steps:
11
- checkout
12
- run: npm ci
@@ -17,15 +17,15 @@ jobs:
17
18
formatting:
19
20
21
22
23
24
- run: npm run check:format
25
26
test:
27
28
29
30
31
0 commit comments