Skip to content

Commit 0180313

Browse files
authored
Merge pull request #466 from open-rpc/fix/use-node-20.8.1
fix: use node 20.8.1
2 parents bf82ab0 + 3155e56 commit 0180313

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.0.0
31+
- image: cimg/node:20.8.1
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.0.0
1+
20.8.1

0 commit comments

Comments
 (0)