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 797fdf6 commit 54639beCopy full SHA for 54639be
.circleci/config.yml
@@ -25,7 +25,7 @@ aliases:
25
defaults: &defaults
26
working_directory: ~/project
27
docker:
28
- - image: cimg/node:16.17.0
+ - image: cimg/node:20.12.1
29
jobs:
30
test:
31
<<: *defaults
.node-version
@@ -1 +1 @@
1
-16.17.0
+20.12.1
0 commit comments