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 0360c0e commit 53fcef0Copy full SHA for 53fcef0
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
3
orbs:
4
browser-tools: circleci/[email protected]
5
- node: circleci/node@5.2.0
+ node: circleci/node@6.3.0
6
7
commands:
8
run-build:
@@ -36,19 +36,19 @@ jobs:
36
steps:
37
- checkout
38
- node/install:
39
- node-version: "20.12"
+ node-version: "22.11"
40
- run: npm ci
41
- run: npm run lint
42
- run: pip install pre-commit
43
- run: pre-commit run --from-ref origin/HEAD --to-ref HEAD
44
build:
45
docker:
46
- - image: "cimg/node:16.14"
+ - image: "cimg/node:22.11"
47
48
- run-build: {}
49
test:
50
51
52
53
- run-test: {}
54
0 commit comments