We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58511cd commit 81e3dfcCopy full SHA for 81e3dfc
.circleci/config.yml
@@ -14,7 +14,7 @@ executors:
14
node:
15
working_directory: ~/eslint-plugin-lwc
16
docker:
17
- - image: cimg/node:18.18.0
+ - image: cimg/node:24.11.0
18
19
commands:
20
save_yarn_cache:
package.json
@@ -51,7 +51,7 @@
51
"node": ">=10.0.0"
52
},
53
"volta": {
54
- "node": "20.12.2",
+ "node": "24.11.0",
55
"yarn": "1.22.22"
56
57
"files": [
0 commit comments