Skip to content

Commit 53fcef0

Browse files
authored
Use node 22 in circleci (#533)
1 parent 0360c0e commit 53fcef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
browser-tools: circleci/[email protected]
5-
node: circleci/node@5.2.0
5+
node: circleci/node@6.3.0
66

77
commands:
88
run-build:
@@ -36,19 +36,19 @@ jobs:
3636
steps:
3737
- checkout
3838
- node/install:
39-
node-version: "20.12"
39+
node-version: "22.11"
4040
- run: npm ci
4141
- run: npm run lint
4242
- run: pip install pre-commit
4343
- run: pre-commit run --from-ref origin/HEAD --to-ref HEAD
4444
build:
4545
docker:
46-
- image: "cimg/node:16.14"
46+
- image: "cimg/node:22.11"
4747
steps:
4848
- run-build: {}
4949
test:
5050
docker:
51-
- image: "cimg/node:16.14"
51+
- image: "cimg/node:22.11"
5252
steps:
5353
- run-test: {}
5454

0 commit comments

Comments
 (0)