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 aa83312 commit 9c4a3b3Copy full SHA for 9c4a3b3
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
jobs:
7
lint:
8
docker:
9
- - image: cimg/node:23.6.1
+ - image: cimg/node:23.11.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