Skip to content

Commit 11733ec

Browse files
committed
ci(deps): update to cimg/node:22.14.0
1 parent e04d43c commit 11733ec

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

circle.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2.1
22

3+
executors:
4+
docker-executor:
5+
docker:
6+
- image: cimg/node:22.14.0
7+
resource_class: medium
8+
39
workflows:
410
version: 2.1
511
main:
@@ -19,8 +25,7 @@ workflows:
1925

2026
jobs:
2127
lint:
22-
docker:
23-
- image: cimg/node:22.11.0
28+
executor: docker-executor
2429
steps:
2530
- checkout
2631
- run:
@@ -34,8 +39,7 @@ jobs:
3439
command: npm run lint
3540

3641
test-v8:
37-
docker:
38-
- image: cimg/node:22.11.0
42+
executor: docker-executor
3943
steps:
4044
- checkout
4145
- run:
@@ -52,8 +56,7 @@ jobs:
5256
command: npm run test:legacy
5357

5458
test-v9:
55-
docker:
56-
- image: cimg/node:22.11.0
59+
executor: docker-executor
5760
steps:
5861
- checkout
5962
- run:
@@ -70,8 +73,7 @@ jobs:
7073
command: npm test
7174

7275
release:
73-
docker:
74-
- image: cimg/node:22.11.0
76+
executor: docker-executor
7577
steps:
7678
- checkout
7779
- run:

0 commit comments

Comments
 (0)