We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0100d1 commit f4be772Copy full SHA for f4be772
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
jobs:
7
lint:
8
docker:
9
- - image: cimg/node:23.1.0
+ - image: cimg/node:23.3.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