Skip to content

Commit ed8ac57

Browse files
authored
Merge pull request #493 from open-rpc/feat/fix-ci-release-step-errors
chore: bump Node runtime to 24.10.1
2 parents 53e5c1c + 271bd73 commit ed8ac57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ aliases:
2828
defaults: &defaults
2929
working_directory: ~/test-coverage
3030
docker:
31-
- image: cimg/node:20.8.1
31+
- image: cimg/node:24.10.0
3232

3333
jobs:
3434
test:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.8.1
1+
24.10.0

0 commit comments

Comments
 (0)