Skip to content

Commit 1abfe48

Browse files
authored
Update nodejs to 22.14.0 (latest LTS) (#564)
Closes #563
1 parent 8024fc0 commit 1abfe48

File tree

4 files changed

+118
-134
lines changed

4 files changed

+118
-134
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ commands:
2828
jobs:
2929
checks:
3030
docker:
31-
- image: "cimg/node:18.15.0"
31+
- image: "cimg/node:22.14.0"
3232
steps:
3333
- run-checks: {}
3434
test:
3535
docker:
36-
- image: "cimg/node:18.15.0-browsers"
36+
- image: "cimg/node:22.14.0-browsers"
3737
steps:
3838
- run-tests: {}
3939
build:
4040
docker:
41-
- image: "cimg/node:18.15.0"
41+
- image: "cimg/node:22.14.0"
4242
steps:
4343
- run-build: {}
4444

.github/workflows/ncu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: "18.15.0"
24+
node-version: "22.14.0"
2525

2626
- name: Install "npm-check-updates"
2727
run: npm install -g npm-check-updates

0 commit comments

Comments
 (0)